Skip to content

Commit fbab85d

Browse files
feat(cloudidentity): update the api
#### cloudidentity:v1 The following keys were added: - resources.groups.resources.memberships.methods.searchDirectGroups.scopes (Total Keys: 1) #### cloudidentity:v1beta1 The following keys were added: - resources.groups.resources.memberships.methods.searchDirectGroups.scopes (Total Keys: 1)
1 parent 38ba821 commit fbab85d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

googleapiclient/discovery_cache/documents/cloudidentity.v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,12 @@
15011501
"path": "v1/{+parent}/memberships:searchDirectGroups",
15021502
"response": {
15031503
"$ref": "SearchDirectGroupsResponse"
1504-
}
1504+
},
1505+
"scopes": [
1506+
"https://www.googleapis.com/auth/cloud-identity.groups",
1507+
"https://www.googleapis.com/auth/cloud-identity.groups.readonly",
1508+
"https://www.googleapis.com/auth/cloud-platform"
1509+
]
15051510
},
15061511
"searchTransitiveGroups": {
15071512
"description": "Search transitive groups of a member. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. If the account of the member is not one of these, a 403 (PERMISSION_DENIED) HTTP status code will be returned. A transitive group is any group that has a direct or indirect membership to the member. Actor must have view permissions all transitive groups.",
@@ -1985,7 +1990,7 @@
19851990
}
19861991
}
19871992
},
1988-
"revision": "20230523",
1993+
"revision": "20230530",
19891994
"rootUrl": "https://cloudidentity.googleapis.com/",
19901995
"schemas": {
19911996
"AddIdpCredentialOperationMetadata": {

googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,12 @@
14501450
"path": "v1beta1/{+parent}/memberships:searchDirectGroups",
14511451
"response": {
14521452
"$ref": "SearchDirectGroupsResponse"
1453-
}
1453+
},
1454+
"scopes": [
1455+
"https://www.googleapis.com/auth/cloud-identity.groups",
1456+
"https://www.googleapis.com/auth/cloud-identity.groups.readonly",
1457+
"https://www.googleapis.com/auth/cloud-platform"
1458+
]
14541459
},
14551460
"searchTransitiveGroups": {
14561461
"description": "Search transitive groups of a member. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. A transitive group is any group that has a direct or indirect membership to the member. Actor must have view permissions all transitive groups.",
@@ -2010,7 +2015,7 @@
20102015
}
20112016
}
20122017
},
2013-
"revision": "20230523",
2018+
"revision": "20230530",
20142019
"rootUrl": "https://cloudidentity.googleapis.com/",
20152020
"schemas": {
20162021
"AddIdpCredentialOperationMetadata": {

0 commit comments

Comments
 (0)