scimUsage property
Gemini Enterprise 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.
Optional. Possible string values are:
- "SCIM_USAGE_UNSPECIFIED" : Gemini Enterprise only. Do not use SCIM data.
- "ENABLED_FOR_GROUPS" : Gemini Enterprise only. SCIM sync is enabled and SCIM-managed groups are used for authorization checks.
Implementation
core.String? scimUsage;