Skip to content

Commit da388b6

Browse files
feat(securitycenter): update the api
#### securitycenter:v1 The following keys were added: - schemas.Exfiltration.properties.totalExfiltratedBytes (Total Keys: 2) #### securitycenter:v1beta1 The following keys were added: - schemas.Exfiltration.properties.totalExfiltratedBytes (Total Keys: 2) #### securitycenter:v1beta2 The following keys were added: - schemas.Exfiltration.properties.totalExfiltratedBytes (Total Keys: 2)
1 parent 15e6423 commit da388b6

9 files changed

+117
-83
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ <h3>Method Details</h3>
9999
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
100100
&quot;A String&quot;,
101101
],
102-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
103-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
102+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
103+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
104104
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
105-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
105+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
106106
}
107107

108108
updateMask: string, The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.
@@ -118,10 +118,10 @@ <h3>Method Details</h3>
118118
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
119119
&quot;A String&quot;,
120120
],
121-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
122-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
121+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
122+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
123123
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
124-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
124+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
125125
}</pre>
126126
</div>
127127

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

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,17 @@ <h3>Method Details</h3>
304304
&quot;name&quot;: &quot;A String&quot;, # The resource&#x27;s [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
305305
},
306306
],
307+
&quot;totalExfiltratedBytes&quot;: &quot;A String&quot;, # Total exfiltrated bytes processed for the entire job.
307308
},
308309
&quot;externalSystems&quot;: { # Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields.
309310
&quot;a_key&quot;: { # Representation of third party SIEM/SOAR fields within SCC.
310311
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
311312
&quot;A String&quot;,
312313
],
313-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
314-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
314+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
315+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
315316
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
316-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
317+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
317318
},
318319
},
319320
&quot;externalUri&quot;: &quot;A String&quot;, # 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.
@@ -714,16 +715,17 @@ <h3>Method Details</h3>
714715
&quot;name&quot;: &quot;A String&quot;, # The resource&#x27;s [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
715716
},
716717
],
718+
&quot;totalExfiltratedBytes&quot;: &quot;A String&quot;, # Total exfiltrated bytes processed for the entire job.
717719
},
718720
&quot;externalSystems&quot;: { # Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields.
719721
&quot;a_key&quot;: { # Representation of third party SIEM/SOAR fields within SCC.
720722
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
721723
&quot;A String&quot;,
722724
],
723-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
724-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
725+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
726+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
725727
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
726-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
728+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
727729
},
728730
},
729731
&quot;externalUri&quot;: &quot;A String&quot;, # 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.
@@ -1087,16 +1089,17 @@ <h3>Method Details</h3>
10871089
&quot;name&quot;: &quot;A String&quot;, # The resource&#x27;s [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
10881090
},
10891091
],
1092+
&quot;totalExfiltratedBytes&quot;: &quot;A String&quot;, # Total exfiltrated bytes processed for the entire job.
10901093
},
10911094
&quot;externalSystems&quot;: { # Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields.
10921095
&quot;a_key&quot;: { # Representation of third party SIEM/SOAR fields within SCC.
10931096
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
10941097
&quot;A String&quot;,
10951098
],
1096-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
1097-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
1099+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
1100+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
10981101
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
1099-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
1102+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
11001103
},
11011104
},
11021105
&quot;externalUri&quot;: &quot;A String&quot;, # 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.
@@ -1473,16 +1476,17 @@ <h3>Method Details</h3>
14731476
&quot;name&quot;: &quot;A String&quot;, # The resource&#x27;s [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
14741477
},
14751478
],
1479+
&quot;totalExfiltratedBytes&quot;: &quot;A String&quot;, # Total exfiltrated bytes processed for the entire job.
14761480
},
14771481
&quot;externalSystems&quot;: { # Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields.
14781482
&quot;a_key&quot;: { # Representation of third party SIEM/SOAR fields within SCC.
14791483
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
14801484
&quot;A String&quot;,
14811485
],
1482-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
1483-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
1486+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
1487+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
14841488
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
1485-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
1489+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
14861490
},
14871491
},
14881492
&quot;externalUri&quot;: &quot;A String&quot;, # 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.
@@ -1860,16 +1864,17 @@ <h3>Method Details</h3>
18601864
&quot;name&quot;: &quot;A String&quot;, # The resource&#x27;s [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
18611865
},
18621866
],
1867+
&quot;totalExfiltratedBytes&quot;: &quot;A String&quot;, # Total exfiltrated bytes processed for the entire job.
18631868
},
18641869
&quot;externalSystems&quot;: { # Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields.
18651870
&quot;a_key&quot;: { # Representation of third party SIEM/SOAR fields within SCC.
18661871
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
18671872
&quot;A String&quot;,
18681873
],
1869-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
1870-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
1874+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
1875+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
18711876
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
1872-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
1877+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
18731878
},
18741879
},
18751880
&quot;externalUri&quot;: &quot;A String&quot;, # 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.

docs/dyn/securitycenter_v1.organizations.sources.findings.externalSystems.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ <h3>Method Details</h3>
9999
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
100100
&quot;A String&quot;,
101101
],
102-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
103-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
102+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
103+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
104104
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
105-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
105+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
106106
}
107107

108108
updateMask: string, The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.
@@ -118,10 +118,10 @@ <h3>Method Details</h3>
118118
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
119119
&quot;A String&quot;,
120120
],
121-
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The most recent time when the corresponding finding&#x27;s ticket/tracker was updated in the external system.
122-
&quot;externalUid&quot;: &quot;A String&quot;, # Identifier that&#x27;s used to track the given finding in the external system.
121+
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
122+
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
123123
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
124-
&quot;status&quot;: &quot;A String&quot;, # Most recent status of the corresponding finding&#x27;s ticket/tracker in the external system.
124+
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
125125
}</pre>
126126
</div>
127127

0 commit comments

Comments
 (0)