Skip to content

Commit 7f6f3a7

Browse files
Regenerate accesscontextmanager client
1 parent c9fa9d7 commit 7f6f3a7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/AccessContextManager/Resource/OrganizationsGcpUserAccessBindings.php

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,17 @@ public function listOrganizationsGcpUserAccessBindings($parent, $optParams = [])
122122
* @opt_param bool append Optional. This field controls whether or not certain
123123
* repeated settings in the update request overwrite or append to existing
124124
* settings on the binding. If true, then append. Otherwise overwrite. So far,
125-
* only scoped_access_settings with reauth_settings supports appending. Global
125+
* only scoped_access_settings with session_settings supports appending. Global
126126
* access_levels, access_levels in scoped_access_settings,
127-
* dry_run_access_levels, reauth_settings, and session_settings are not
128-
* compatible with append functionality, and the request will return an error if
129-
* append=true when these settings are in the update_mask. The request will also
130-
* return an error if append=true when "scoped_access_settings" is not set in
131-
* the update_mask.
127+
* dry_run_access_levels, and session_settings are not compatible with append
128+
* functionality, and the request will return an error if append=true when these
129+
* settings are in the update_mask. The request will also return an error if
130+
* append=true when "scoped_access_settings" is not set in the update_mask.
132131
* @opt_param string updateMask Required. Only the fields specified in this mask
133132
* are updated. Because name and group_key cannot be changed, update_mask is
134133
* required and may only contain the following fields: `access_levels`,
135-
* `dry_run_access_levels`, `reauth_settings` `session_settings`,
136-
* `scoped_access_settings`. update_mask { paths: "access_levels" }
134+
* `dry_run_access_levels`, `session_settings`, `scoped_access_settings`.
135+
* update_mask { paths: "access_levels" }
137136
* @return Operation
138137
* @throws \Google\Service\Exception
139138
*/

0 commit comments

Comments
 (0)