Skip to content

Commit 05c0be5

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(accesscontextmanager): update the API
#### accesscontextmanager:v1 The following keys were changed: - schemas.GcpUserAccessBinding.properties.groupKey.description
1 parent af278ac commit 05c0be5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/accesscontextmanager-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20250412",
1298+
"revision": "20250723",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {
@@ -1913,7 +1913,7 @@
19131913
"type": "array"
19141914
},
19151915
"groupKey": {
1916-
"description": "Required. Immutable. Google Group id whose members are subject to this binding's restrictions. See \"id\" in the [G Suite Directory API's Groups resource] (https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: \"01d520gv4vjcrht\"",
1916+
"description": "Optional. Immutable. Google Group id whose users are subject to this binding's restrictions. See \"id\" in the [Google Workspace Directory API's Group Resource] (https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: \"01d520gv4vjcrht\"",
19171917
"type": "string"
19181918
},
19191919
"name": {

src/apis/accesscontextmanager/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ export namespace accesscontextmanager_v1 {
525525
*/
526526
dryRunAccessLevels?: string[] | null;
527527
/**
528-
* Required. Immutable. Google Group id whose members are subject to this binding's restrictions. See "id" in the [G Suite Directory API's Groups resource] (https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: "01d520gv4vjcrht"
528+
* Optional. Immutable. Google Group id whose users are subject to this binding's restrictions. See "id" in the [Google Workspace Directory API's Group Resource] (https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: "01d520gv4vjcrht"
529529
*/
530530
groupKey?: string | null;
531531
/**

0 commit comments

Comments
 (0)