ENUM

SamlAttributeType

Description

Type of the SAML attribute.

link GraphQL Schema definition

  • enum SamlAttributeType {
  • # The SAML attribute type is email.
  • EMAIL
  • # The SAML attribute type is groups.
  • GROUPS
  • # The SAML attribute type is unknown.
  • UNSPECIFIED_ATTRIBUTE
  • }