diff --git a/docs/dyn/securitycenter_v1.folders.sources.findings.html b/docs/dyn/securitycenter_v1.folders.sources.findings.html index 87aa08cf40f..4bc30917ab5 100644 --- a/docs/dyn/securitycenter_v1.folders.sources.findings.html +++ b/docs/dyn/securitycenter_v1.folders.sources.findings.html @@ -295,6 +295,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -660,6 +670,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -988,6 +1008,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -1209,7 +1239,7 @@

Method Details

Updates the mute state of a finding.
 
 Args:
-  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}", "folders/{folder_id}/sources/{source_id}/finding/{finding_id}", "projects/{project_id}/sources/{source_id}/finding/{finding_id}". (required)
+  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}". (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -1329,6 +1359,16 @@ 

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -1550,7 +1590,7 @@

Method Details

Updates the state of a finding.
 
 Args:
-  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". (required)
+  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}". (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -1671,6 +1711,16 @@ 

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. diff --git a/docs/dyn/securitycenter_v1.organizations.sources.findings.html b/docs/dyn/securitycenter_v1.organizations.sources.findings.html index 5f9cbf53c56..2c8daeaa1c3 100644 --- a/docs/dyn/securitycenter_v1.organizations.sources.findings.html +++ b/docs/dyn/securitycenter_v1.organizations.sources.findings.html @@ -228,6 +228,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -556,6 +566,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -955,6 +975,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -1320,6 +1350,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -1648,6 +1688,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -1869,7 +1919,7 @@

Method Details

Updates the mute state of a finding.
 
 Args:
-  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}", "folders/{folder_id}/sources/{source_id}/finding/{finding_id}", "projects/{project_id}/sources/{source_id}/finding/{finding_id}". (required)
+  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}". (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -1989,6 +2039,16 @@ 

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -2210,7 +2270,7 @@

Method Details

Updates the state of a finding.
 
 Args:
-  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". (required)
+  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}". (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -2331,6 +2391,16 @@ 

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. diff --git a/docs/dyn/securitycenter_v1.projects.sources.findings.html b/docs/dyn/securitycenter_v1.projects.sources.findings.html index a35c43689cf..ab5bdbdc453 100644 --- a/docs/dyn/securitycenter_v1.projects.sources.findings.html +++ b/docs/dyn/securitycenter_v1.projects.sources.findings.html @@ -295,6 +295,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -660,6 +670,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -988,6 +1008,16 @@

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -1209,7 +1239,7 @@

Method Details

Updates the mute state of a finding.
 
 Args:
-  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}", "folders/{folder_id}/sources/{source_id}/finding/{finding_id}", "projects/{project_id}/sources/{source_id}/finding/{finding_id}". (required)
+  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}". (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -1329,6 +1359,16 @@ 

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. @@ -1550,7 +1590,7 @@

Method Details

Updates the state of a finding.
 
 Args:
-  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". (required)
+  name: string, Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}". (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -1671,6 +1711,16 @@ 

Method Details

}, }, "externalUri": "A String", # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL. + "files": [ # File associated with the finding. + { # File information about the related binary/library used by an executable, or the script used by a script interpreter + "contents": "A String", # Prefix of the file contents as a JSON encoded string. (Currently only populated for Malicious Script Executed findings.) + "hashedSize": "A String", # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file. + "partiallyHashed": True or False, # True when the hash covers only a prefix of the file. + "path": "A String", # Absolute path of the file as a JSON encoded string. + "sha256": "A String", # SHA256 hash of the first hashed_size bytes of the file encoded as a hex string. If hashed_size == size, sha256 represents the SHA256 hash of the entire file. + "size": "A String", # Size of the file in bytes. + }, + ], "findingClass": "A String", # The class of the finding. "iamBindings": [ # Represents IAM bindings associated with the Finding. { # Represents a particular IAM binding, which captures a member's role addition, removal, or state. diff --git a/googleapiclient/discovery_cache/documents/securitycenter.v1.json b/googleapiclient/discovery_cache/documents/securitycenter.v1.json index 81d87dff635..a37124a4e35 100644 --- a/googleapiclient/discovery_cache/documents/securitycenter.v1.json +++ b/googleapiclient/discovery_cache/documents/securitycenter.v1.json @@ -924,7 +924,7 @@ ], "parameters": { "name": { - "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/finding/{finding_id}\", \"folders/{folder_id}/sources/{source_id}/finding/{finding_id}\", \"projects/{project_id}/sources/{source_id}/finding/{finding_id}\".", + "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/findings/{finding_id}\", \"folders/{folder_id}/sources/{source_id}/findings/{finding_id}\", \"projects/{project_id}/sources/{source_id}/findings/{finding_id}\".", "location": "path", "pattern": "^folders/[^/]+/sources/[^/]+/findings/[^/]+$", "required": true, @@ -952,7 +952,7 @@ ], "parameters": { "name": { - "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/finding/{finding_id}\".", + "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/findings/{finding_id}\".", "location": "path", "pattern": "^folders/[^/]+/sources/[^/]+/findings/[^/]+$", "required": true, @@ -2288,7 +2288,7 @@ ], "parameters": { "name": { - "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/finding/{finding_id}\", \"folders/{folder_id}/sources/{source_id}/finding/{finding_id}\", \"projects/{project_id}/sources/{source_id}/finding/{finding_id}\".", + "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/findings/{finding_id}\", \"folders/{folder_id}/sources/{source_id}/findings/{finding_id}\", \"projects/{project_id}/sources/{source_id}/findings/{finding_id}\".", "location": "path", "pattern": "^organizations/[^/]+/sources/[^/]+/findings/[^/]+$", "required": true, @@ -2316,7 +2316,7 @@ ], "parameters": { "name": { - "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/finding/{finding_id}\".", + "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/findings/{finding_id}\".", "location": "path", "pattern": "^organizations/[^/]+/sources/[^/]+/findings/[^/]+$", "required": true, @@ -3239,7 +3239,7 @@ ], "parameters": { "name": { - "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/finding/{finding_id}\", \"folders/{folder_id}/sources/{source_id}/finding/{finding_id}\", \"projects/{project_id}/sources/{source_id}/finding/{finding_id}\".", + "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/findings/{finding_id}\", \"folders/{folder_id}/sources/{source_id}/findings/{finding_id}\", \"projects/{project_id}/sources/{source_id}/findings/{finding_id}\".", "location": "path", "pattern": "^projects/[^/]+/sources/[^/]+/findings/[^/]+$", "required": true, @@ -3267,7 +3267,7 @@ ], "parameters": { "name": { - "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/finding/{finding_id}\".", + "description": "Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: \"organizations/{organization_id}/sources/{source_id}/findings/{finding_id}\".", "location": "path", "pattern": "^projects/[^/]+/sources/[^/]+/findings/[^/]+$", "required": true, @@ -3372,7 +3372,7 @@ } } }, - "revision": "20221021", + "revision": "20221103", "rootUrl": "https://securitycenter.googleapis.com/", "schemas": { "Access": { @@ -4175,6 +4175,13 @@ "description": "The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.", "type": "string" }, + "files": { + "description": "File associated with the finding.", + "items": { + "$ref": "File" + }, + "type": "array" + }, "findingClass": { "description": "The class of the finding.", "enum": [ @@ -4661,6 +4668,10 @@ "description": "Name for the resource value config", "type": "string" }, + "resourceType": { + "description": "Apply resource_value only to resources that match resource_type. resource_type will be checked with \"AND\" of other resources. E.g. \"storage.googleapis.com/Bucket\" with resource_value \"HIGH\" will apply \"HIGH\" value only to \"storage.googleapis.com/Bucket\" resources.", + "type": "string" + }, "resourceValue": { "description": "Required. Resource value level this expression represents", "enum": [ @@ -4679,6 +4690,10 @@ ], "type": "string" }, + "scope": { + "description": "Project or folder to scope this config to. For example, \"project/456\" would apply this config only to resources in \"project/456\" scope will be checked with \"AND\" of other resources.", + "type": "string" + }, "tagValues": { "description": "Required. Tag values combined with AND to check against. Values in the form \"tagValues/123\" E.g. [ \"tagValues/123\", \"tagValues/456\", \"tagValues/789\" ] https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing", "items": { @@ -5539,7 +5554,8 @@ "IMPAIR_DEFENSES", "NETWORK_SERVICE_DISCOVERY", "ACCESS_TOKEN_MANIPULATION", - "ABUSE_ELEVATION_CONTROL_MECHANISM" + "ABUSE_ELEVATION_CONTROL_MECHANISM", + "DEFAULT_ACCOUNTS" ], "enumDescriptions": [ "Unspecified value.", @@ -5576,7 +5592,8 @@ "T1562", "T1046", "T1134", - "T1548" + "T1548", + "T1078.001" ], "type": "string" }, @@ -5658,7 +5675,8 @@ "IMPAIR_DEFENSES", "NETWORK_SERVICE_DISCOVERY", "ACCESS_TOKEN_MANIPULATION", - "ABUSE_ELEVATION_CONTROL_MECHANISM" + "ABUSE_ELEVATION_CONTROL_MECHANISM", + "DEFAULT_ACCOUNTS" ], "enumDescriptions": [ "Unspecified value.", @@ -5695,7 +5713,8 @@ "T1562", "T1046", "T1134", - "T1548" + "T1548", + "T1078.001" ], "type": "string" }, diff --git a/googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json b/googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json index 95d3b1ef94f..1153868b9bd 100644 --- a/googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json @@ -896,7 +896,7 @@ } } }, - "revision": "20221021", + "revision": "20221103", "rootUrl": "https://securitycenter.googleapis.com/", "schemas": { "Access": { @@ -1675,6 +1675,13 @@ "description": "The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.", "type": "string" }, + "files": { + "description": "File associated with the finding.", + "items": { + "$ref": "File" + }, + "type": "array" + }, "findingClass": { "description": "The class of the finding.", "enum": [ @@ -2161,6 +2168,10 @@ "description": "Name for the resource value config", "type": "string" }, + "resourceType": { + "description": "Apply resource_value only to resources that match resource_type. resource_type will be checked with \"AND\" of other resources. E.g. \"storage.googleapis.com/Bucket\" with resource_value \"HIGH\" will apply \"HIGH\" value only to \"storage.googleapis.com/Bucket\" resources.", + "type": "string" + }, "resourceValue": { "description": "Required. Resource value level this expression represents", "enum": [ @@ -2179,6 +2190,10 @@ ], "type": "string" }, + "scope": { + "description": "Project or folder to scope this config to. For example, \"project/456\" would apply this config only to resources in \"project/456\" scope will be checked with \"AND\" of other resources.", + "type": "string" + }, "tagValues": { "description": "Required. Tag values combined with AND to check against. Values in the form \"tagValues/123\" E.g. [ \"tagValues/123\", \"tagValues/456\", \"tagValues/789\" ] https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing", "items": { @@ -3008,7 +3023,8 @@ "IMPAIR_DEFENSES", "NETWORK_SERVICE_DISCOVERY", "ACCESS_TOKEN_MANIPULATION", - "ABUSE_ELEVATION_CONTROL_MECHANISM" + "ABUSE_ELEVATION_CONTROL_MECHANISM", + "DEFAULT_ACCOUNTS" ], "enumDescriptions": [ "Unspecified value.", @@ -3045,7 +3061,8 @@ "T1562", "T1046", "T1134", - "T1548" + "T1548", + "T1078.001" ], "type": "string" }, @@ -3127,7 +3144,8 @@ "IMPAIR_DEFENSES", "NETWORK_SERVICE_DISCOVERY", "ACCESS_TOKEN_MANIPULATION", - "ABUSE_ELEVATION_CONTROL_MECHANISM" + "ABUSE_ELEVATION_CONTROL_MECHANISM", + "DEFAULT_ACCOUNTS" ], "enumDescriptions": [ "Unspecified value.", @@ -3164,7 +3182,8 @@ "T1562", "T1046", "T1134", - "T1548" + "T1548", + "T1078.001" ], "type": "string" }, diff --git a/googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json b/googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json index 91cee70e9f6..9c70bc92011 100644 --- a/googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json @@ -1981,7 +1981,7 @@ } } }, - "revision": "20221021", + "revision": "20221103", "rootUrl": "https://securitycenter.googleapis.com/", "schemas": { "Access": { @@ -2742,6 +2742,13 @@ "description": "The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.", "type": "string" }, + "files": { + "description": "File associated with the finding.", + "items": { + "$ref": "File" + }, + "type": "array" + }, "findingClass": { "description": "The class of the finding.", "enum": [ @@ -3205,6 +3212,10 @@ "description": "Name for the resource value config", "type": "string" }, + "resourceType": { + "description": "Apply resource_value only to resources that match resource_type. resource_type will be checked with \"AND\" of other resources. E.g. \"storage.googleapis.com/Bucket\" with resource_value \"HIGH\" will apply \"HIGH\" value only to \"storage.googleapis.com/Bucket\" resources.", + "type": "string" + }, "resourceValue": { "description": "Required. Resource value level this expression represents", "enum": [ @@ -3223,6 +3234,10 @@ ], "type": "string" }, + "scope": { + "description": "Project or folder to scope this config to. For example, \"project/456\" would apply this config only to resources in \"project/456\" scope will be checked with \"AND\" of other resources.", + "type": "string" + }, "tagValues": { "description": "Required. Tag values combined with AND to check against. Values in the form \"tagValues/123\" E.g. [ \"tagValues/123\", \"tagValues/456\", \"tagValues/789\" ] https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing", "items": { @@ -3722,7 +3737,8 @@ "IMPAIR_DEFENSES", "NETWORK_SERVICE_DISCOVERY", "ACCESS_TOKEN_MANIPULATION", - "ABUSE_ELEVATION_CONTROL_MECHANISM" + "ABUSE_ELEVATION_CONTROL_MECHANISM", + "DEFAULT_ACCOUNTS" ], "enumDescriptions": [ "Unspecified value.", @@ -3759,7 +3775,8 @@ "T1562", "T1046", "T1134", - "T1548" + "T1548", + "T1078.001" ], "type": "string" }, @@ -3841,7 +3858,8 @@ "IMPAIR_DEFENSES", "NETWORK_SERVICE_DISCOVERY", "ACCESS_TOKEN_MANIPULATION", - "ABUSE_ELEVATION_CONTROL_MECHANISM" + "ABUSE_ELEVATION_CONTROL_MECHANISM", + "DEFAULT_ACCOUNTS" ], "enumDescriptions": [ "Unspecified value.", @@ -3878,7 +3896,8 @@ "T1562", "T1046", "T1134", - "T1548" + "T1548", + "T1078.001" ], "type": "string" },