@@ -122,18 +122,17 @@ public function listOrganizationsGcpUserAccessBindings($parent, $optParams = [])
122
122
* @opt_param bool append Optional. This field controls whether or not certain
123
123
* repeated settings in the update request overwrite or append to existing
124
124
* 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
126
126
* 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.
132
131
* @opt_param string updateMask Required. Only the fields specified in this mask
133
132
* are updated. Because name and group_key cannot be changed, update_mask is
134
133
* 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" }
137
136
* @return Operation
138
137
* @throws \Google\Service\Exception
139
138
*/
0 commit comments