Skip to content

Commit 1c33753

Browse files
feat(securitycenter): update the api
#### securitycenter:v1 The following keys were added: - schemas.File.properties.operations (Total Keys: 2) - schemas.FileOperation (Total Keys: 3) - schemas.GoogleCloudSecuritycenterV2File.properties.operations (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2FileOperation (Total Keys: 3) #### securitycenter:v1beta1 The following keys were added: - schemas.File.properties.operations (Total Keys: 2) - schemas.FileOperation (Total Keys: 3) - schemas.GoogleCloudSecuritycenterV2File.properties.operations (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2FileOperation (Total Keys: 3) #### securitycenter:v1beta2 The following keys were added: - schemas.File.properties.operations (Total Keys: 2) - schemas.FileOperation (Total Keys: 3) - schemas.GoogleCloudSecuritycenterV2File.properties.operations (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2FileOperation (Total Keys: 3)
1 parent 0d8083f commit 1c33753

9 files changed

+1411
-33
lines changed

docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.customModules.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,11 @@ <h3>Method Details</h3>
853853
&quot;relativePath&quot;: &quot;A String&quot;, # Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
854854
},
855855
&quot;hashedSize&quot;: &quot;A String&quot;, # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
856+
&quot;operations&quot;: [ # Operation(s) performed on a file.
857+
{ # Operation(s) performed on a file.
858+
&quot;type&quot;: &quot;A String&quot;, # The type of the operation
859+
},
860+
],
856861
&quot;partiallyHashed&quot;: True or False, # True when the hash covers only a prefix of the file.
857862
&quot;path&quot;: &quot;A String&quot;, # Absolute path of the file as a JSON encoded string.
858863
&quot;sha256&quot;: &quot;A String&quot;, # 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.
@@ -1134,6 +1139,11 @@ <h3>Method Details</h3>
11341139
&quot;relativePath&quot;: &quot;A String&quot;, # Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
11351140
},
11361141
&quot;hashedSize&quot;: &quot;A String&quot;, # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
1142+
&quot;operations&quot;: [ # Operation(s) performed on a file.
1143+
{ # Operation(s) performed on a file.
1144+
&quot;type&quot;: &quot;A String&quot;, # The type of the operation
1145+
},
1146+
],
11371147
&quot;partiallyHashed&quot;: True or False, # True when the hash covers only a prefix of the file.
11381148
&quot;path&quot;: &quot;A String&quot;, # Absolute path of the file as a JSON encoded string.
11391149
&quot;sha256&quot;: &quot;A String&quot;, # 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.
@@ -1154,6 +1164,11 @@ <h3>Method Details</h3>
11541164
&quot;relativePath&quot;: &quot;A String&quot;, # Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
11551165
},
11561166
&quot;hashedSize&quot;: &quot;A String&quot;, # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
1167+
&quot;operations&quot;: [ # Operation(s) performed on a file.
1168+
{ # Operation(s) performed on a file.
1169+
&quot;type&quot;: &quot;A String&quot;, # The type of the operation
1170+
},
1171+
],
11571172
&quot;partiallyHashed&quot;: True or False, # True when the hash covers only a prefix of the file.
11581173
&quot;path&quot;: &quot;A String&quot;, # Absolute path of the file as a JSON encoded string.
11591174
&quot;sha256&quot;: &quot;A String&quot;, # 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.
@@ -1170,6 +1185,11 @@ <h3>Method Details</h3>
11701185
&quot;relativePath&quot;: &quot;A String&quot;, # Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
11711186
},
11721187
&quot;hashedSize&quot;: &quot;A String&quot;, # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
1188+
&quot;operations&quot;: [ # Operation(s) performed on a file.
1189+
{ # Operation(s) performed on a file.
1190+
&quot;type&quot;: &quot;A String&quot;, # The type of the operation
1191+
},
1192+
],
11731193
&quot;partiallyHashed&quot;: True or False, # True when the hash covers only a prefix of the file.
11741194
&quot;path&quot;: &quot;A String&quot;, # Absolute path of the file as a JSON encoded string.
11751195
&quot;sha256&quot;: &quot;A String&quot;, # 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.

docs/dyn/securitycenter_v1.folders.sources.findings.html

Lines changed: 100 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/securitycenter_v1.organizations.securityHealthAnalyticsSettings.customModules.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,11 @@ <h3>Method Details</h3>
853853
&quot;relativePath&quot;: &quot;A String&quot;, # Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
854854
},
855855
&quot;hashedSize&quot;: &quot;A String&quot;, # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
856+
&quot;operations&quot;: [ # Operation(s) performed on a file.
857+
{ # Operation(s) performed on a file.
858+
&quot;type&quot;: &quot;A String&quot;, # The type of the operation
859+
},
860+
],
856861
&quot;partiallyHashed&quot;: True or False, # True when the hash covers only a prefix of the file.
857862
&quot;path&quot;: &quot;A String&quot;, # Absolute path of the file as a JSON encoded string.
858863
&quot;sha256&quot;: &quot;A String&quot;, # 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.
@@ -1134,6 +1139,11 @@ <h3>Method Details</h3>
11341139
&quot;relativePath&quot;: &quot;A String&quot;, # Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
11351140
},
11361141
&quot;hashedSize&quot;: &quot;A String&quot;, # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
1142+
&quot;operations&quot;: [ # Operation(s) performed on a file.
1143+
{ # Operation(s) performed on a file.
1144+
&quot;type&quot;: &quot;A String&quot;, # The type of the operation
1145+
},
1146+
],
11371147
&quot;partiallyHashed&quot;: True or False, # True when the hash covers only a prefix of the file.
11381148
&quot;path&quot;: &quot;A String&quot;, # Absolute path of the file as a JSON encoded string.
11391149
&quot;sha256&quot;: &quot;A String&quot;, # 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.
@@ -1154,6 +1164,11 @@ <h3>Method Details</h3>
11541164
&quot;relativePath&quot;: &quot;A String&quot;, # Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
11551165
},
11561166
&quot;hashedSize&quot;: &quot;A String&quot;, # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
1167+
&quot;operations&quot;: [ # Operation(s) performed on a file.
1168+
{ # Operation(s) performed on a file.
1169+
&quot;type&quot;: &quot;A String&quot;, # The type of the operation
1170+
},
1171+
],
11571172
&quot;partiallyHashed&quot;: True or False, # True when the hash covers only a prefix of the file.
11581173
&quot;path&quot;: &quot;A String&quot;, # Absolute path of the file as a JSON encoded string.
11591174
&quot;sha256&quot;: &quot;A String&quot;, # 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.
@@ -1170,6 +1185,11 @@ <h3>Method Details</h3>
11701185
&quot;relativePath&quot;: &quot;A String&quot;, # Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
11711186
},
11721187
&quot;hashedSize&quot;: &quot;A String&quot;, # The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
1188+
&quot;operations&quot;: [ # Operation(s) performed on a file.
1189+
{ # Operation(s) performed on a file.
1190+
&quot;type&quot;: &quot;A String&quot;, # The type of the operation
1191+
},
1192+
],
11731193
&quot;partiallyHashed&quot;: True or False, # True when the hash covers only a prefix of the file.
11741194
&quot;path&quot;: &quot;A String&quot;, # Absolute path of the file as a JSON encoded string.
11751195
&quot;sha256&quot;: &quot;A String&quot;, # 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.

0 commit comments

Comments
 (0)