ENUM

IdentityProviderType

The type of identity provider.

link GraphQL Schema definition

  • enum IdentityProviderType {
  • # Active Directory.
  • ACTIVE_DIRECTORY
  • # Google.
  • GOOGLE
  • # Microsoft.
  • MICROSOFT
  • # SAML.
  • SAML
  • }