Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6c177f

Browse files
committedJan 28, 2025
feat(securitycenter): update the api
#### securitycenter:v1 The following keys were added: - schemas.ComplianceSnapshot.deprecated (Total Keys: 1) #### securitycenter:v1beta1 The following keys were added: - schemas.ComplianceSnapshot.deprecated (Total Keys: 1) #### securitycenter:v1beta2 The following keys were added: - schemas.ComplianceSnapshot.deprecated (Total Keys: 1)
1 parent 7f221cc commit f6c177f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed
 

‎docs/dyn/securitycenter_v1beta1.organizations.sources.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2>Instance Methods</h2>
105105
<p class="firstline">Sets the access control policy on the specified Source.</p>
106106
<p class="toc_element">
107107
<code><a href="#testIamPermissions">testIamPermissions(resource, body=None, x__xgafv=None)</a></code></p>
108-
<p class="firstline">Returns the permissions that a caller has on the specified source.</p>
108+
<p class="firstline"> Returns the permissions that a caller has on the specified source.</p>
109109
<h3>Method Details</h3>
110110
<div class="method">
111111
<code class="details" id="close">close()</code>
@@ -379,7 +379,7 @@ <h3>Method Details</h3>
379379

380380
<div class="method">
381381
<code class="details" id="testIamPermissions">testIamPermissions(resource, body=None, x__xgafv=None)</code>
382-
<pre>Returns the permissions that a caller has on the specified source.
382+
<pre> Returns the permissions that a caller has on the specified source.
383383

384384
Args:
385385
resource: string, REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)

‎googleapiclient/discovery_cache/documents/securitycenter.v1.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5938,7 +5938,7 @@
59385938
}
59395939
}
59405940
},
5941-
"revision": "20250103",
5941+
"revision": "20250116",
59425942
"rootUrl": "https://securitycenter.googleapis.com/",
59435943
"schemas": {
59445944
"Access": {
@@ -6802,6 +6802,7 @@
68026802
"type": "object"
68036803
},
68046804
"ComplianceSnapshot": {
6805+
"deprecated": true,
68056806
"description": "Result containing the properties and count of a ComplianceSnapshot request.",
68066807
"id": "ComplianceSnapshot",
68076808
"properties": {

‎googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
]
655655
},
656656
"testIamPermissions": {
657-
"description": "Returns the permissions that a caller has on the specified source.",
657+
"description": " Returns the permissions that a caller has on the specified source.",
658658
"flatPath": "v1beta1/organizations/{organizationsId}/sources/{sourcesId}:testIamPermissions",
659659
"httpMethod": "POST",
660660
"id": "securitycenter.organizations.sources.testIamPermissions",
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250103",
916+
"revision": "20250116",
917917
"rootUrl": "https://securitycenter.googleapis.com/",
918918
"schemas": {
919919
"Access": {
@@ -1589,6 +1589,7 @@
15891589
"type": "object"
15901590
},
15911591
"ComplianceSnapshot": {
1592+
"deprecated": true,
15921593
"description": "Result containing the properties and count of a ComplianceSnapshot request.",
15931594
"id": "ComplianceSnapshot",
15941595
"properties": {

‎googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@
20032003
}
20042004
}
20052005
},
2006-
"revision": "20250103",
2006+
"revision": "20250116",
20072007
"rootUrl": "https://securitycenter.googleapis.com/",
20082008
"schemas": {
20092009
"Access": {
@@ -2539,6 +2539,7 @@
25392539
"type": "object"
25402540
},
25412541
"ComplianceSnapshot": {
2542+
"deprecated": true,
25422543
"description": "Result containing the properties and count of a ComplianceSnapshot request.",
25432544
"id": "ComplianceSnapshot",
25442545
"properties": {

0 commit comments

Comments
 (0)
Please sign in to comment.