INPUT_OBJECT

IdpClaimAttribute

Description

The name and type of the IdP claim.

link GraphQL Schema definition

  • input IdpClaimAttribute {
  • # SAML attribute type enum.
  • attributeType: SamlAttributeType!
  • # The name of the claim. It depends on your IdP.
  • name: String!
  • # The type of claim, for example, email or group.
  • type: String
  • }