ssoMode property
Inbound SSO behavior. Possible string values are:
- "SSO_MODE_UNSPECIFIED" : Not allowed.
- "SSO_OFF" : Disable SSO for the targeted users.
- "SAML_SSO" : Use an external SAML Identity Provider for SSO for the targeted users.
- "DOMAIN_WIDE_SAML_IF_ENABLED" : Use the domain-wide SAML Identity
Provider for the targeted users if one is configured; otherwise, this is
equivalent to
SSO_OFF
. Note that this will also be equivalent toSSO_OFF
if/when support for domain-wide SAML is removed. Google may disallow this mode at that point and existing assignments with this mode may be automatically changed toSSO_OFF
.
Implementation
core.String? ssoMode;