OBJECT

IdpClaimAttributeType

Description

Name and type of the IdP claim.

link GraphQL Schema definition

  • type IdpClaimAttributeType {
  • # Name of the claim. The claim name depends on your IdP.
  • name: String!
  • # Type of claim. For example email or group.
  • type: String!
  • # SAML attribute type enum.
  • attributeType: SamlAttributeType!
  • }