ENUM

IdpType

Description

Identity provider type of principal.

link GraphQL Schema definition

  • enum IdpType {
  • # AWS identity provider type.
  • AWS
  • # Entra ID identity provider type.
  • ENTRA_ID
  • # Unspecified identity provider type.
  • IDP_UNSPECIFIED
  • # Local Active Directory identity provider type.
  • LOCAL_AD
  • # On-premise Active Directory identity provider type.
  • ON_PREM_AD
  • # SharePoint identity provider type.
  • SHAREPOINT
  • # System identity provider type.
  • SYSTEM
  • }