ssoMode property

String? ssoMode
getter/setter pair

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 to SSO_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 to SSO_OFF.

Implementation

core.String? ssoMode;