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 7277c06

Browse files
committedJun 27, 2023
feat(securitycenter): update the api
#### securitycenter:v1 The following keys were added: - resources.folders.resources.assets.methods.group.deprecated (Total Keys: 1) - resources.folders.resources.assets.methods.list.deprecated (Total Keys: 1) - resources.organizations.resources.assets.methods.group.deprecated (Total Keys: 1) - resources.organizations.resources.assets.methods.list.deprecated (Total Keys: 1) - resources.organizations.resources.assets.methods.runDiscovery.deprecated (Total Keys: 1) - resources.projects.resources.assets.methods.group.deprecated (Total Keys: 1) - resources.projects.resources.assets.methods.list.deprecated (Total Keys: 1)
1 parent 986a713 commit 7277c06

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"assets": {
111111
"methods": {
112112
"group": {
113+
"deprecated": true,
113114
"description": "Filters an organization's assets and groups them by their specified properties.",
114115
"flatPath": "v1/folders/{foldersId}/assets:group",
115116
"httpMethod": "POST",
@@ -138,6 +139,7 @@
138139
]
139140
},
140141
"list": {
142+
"deprecated": true,
141143
"description": "Lists an organization's assets.",
142144
"flatPath": "v1/folders/{foldersId}/assets",
143145
"httpMethod": "GET",
@@ -1379,6 +1381,7 @@
13791381
"assets": {
13801382
"methods": {
13811383
"group": {
1384+
"deprecated": true,
13821385
"description": "Filters an organization's assets and groups them by their specified properties.",
13831386
"flatPath": "v1/organizations/{organizationsId}/assets:group",
13841387
"httpMethod": "POST",
@@ -1407,6 +1410,7 @@
14071410
]
14081411
},
14091412
"list": {
1413+
"deprecated": true,
14101414
"description": "Lists an organization's assets.",
14111415
"flatPath": "v1/organizations/{organizationsId}/assets",
14121416
"httpMethod": "GET",
@@ -1471,6 +1475,7 @@
14711475
]
14721476
},
14731477
"runDiscovery": {
1478+
"deprecated": true,
14741479
"description": "Runs asset discovery. The discovery is tracked with a long-running operation. This API can only be called with limited frequency for an organization. If it is called too frequently the caller will receive a TOO_MANY_REQUESTS error.",
14751480
"flatPath": "v1/organizations/{organizationsId}/assets:runDiscovery",
14761481
"httpMethod": "POST",
@@ -2939,6 +2944,7 @@
29392944
"assets": {
29402945
"methods": {
29412946
"group": {
2947+
"deprecated": true,
29422948
"description": "Filters an organization's assets and groups them by their specified properties.",
29432949
"flatPath": "v1/projects/{projectsId}/assets:group",
29442950
"httpMethod": "POST",
@@ -2967,6 +2973,7 @@
29672973
]
29682974
},
29692975
"list": {
2976+
"deprecated": true,
29702977
"description": "Lists an organization's assets.",
29712978
"flatPath": "v1/projects/{projectsId}/assets",
29722979
"httpMethod": "GET",
@@ -4143,7 +4150,7 @@
41434150
}
41444151
}
41454152
},
4146-
"revision": "20230608",
4153+
"revision": "20230626",
41474154
"rootUrl": "https://securitycenter.googleapis.com/",
41484155
"schemas": {
41494156
"Access": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
}
897897
}
898898
},
899-
"revision": "20230608",
899+
"revision": "20230626",
900900
"rootUrl": "https://securitycenter.googleapis.com/",
901901
"schemas": {
902902
"Access": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@
19811981
}
19821982
}
19831983
},
1984-
"revision": "20230608",
1984+
"revision": "20230626",
19851985
"rootUrl": "https://securitycenter.googleapis.com/",
19861986
"schemas": {
19871987
"Access": {

0 commit comments

Comments
 (0)
Please sign in to comment.