You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### iam:v1
The following keys were added:
- schemas.WorkforcePoolProvider.properties.scimUsage.description
- schemas.WorkforcePoolProvider.properties.scimUsage.enum
- schemas.WorkforcePoolProvider.properties.scimUsage.enumDescriptions
- schemas.WorkforcePoolProvider.properties.scimUsage.type
The following keys were changed:
- schemas.WorkforcePoolProviderKey.properties.use.enumDescriptions
"description": "A SAML identity provider configuration."
6354
6354
},
6355
+
"scimUsage": {
6356
+
"description": "Optional. Agentspace only. Specifies whether the workforce identity pool provider uses SCIM-managed groups instead of the `google.groups` attribute mapping for authorization checks. The `scim_usage` and `extended_attributes_oauth2_client` fields are mutually exclusive. A request that enables both fields on the same workforce identity pool provider will produce an error.",
6357
+
"enum": [
6358
+
"SCIM_USAGE_UNSPECIFIED",
6359
+
"ENABLED_FOR_GROUPS"
6360
+
],
6361
+
"enumDescriptions": [
6362
+
"Agentspace only. Do not use SCIM data.",
6363
+
"Agentspace only. SCIM sync is enabled and SCIM-managed groups are used for authorization checks."
6364
+
],
6365
+
"type": "string"
6366
+
},
6355
6367
"state": {
6356
6368
"description": "Output only. The state of the provider.",
6357
6369
"enum": [
@@ -6410,7 +6422,7 @@
6410
6422
"ENCRYPTION"
6411
6423
],
6412
6424
"enumDescriptions": [
6413
-
"KeyUse unspecified.",
6425
+
"KeyUse unspecified. Do not use. The purpose of the key must be specified.",
* Optional. Agentspace only. Specifies whether the workforce identity pool provider uses SCIM-managed groups instead of the `google.groups` attribute mapping for authorization checks. The `scim_usage` and `extended_attributes_oauth2_client` fields are mutually exclusive. A request that enables both fields on the same workforce identity pool provider will produce an error.
0 commit comments