INPUT_OBJECT
IdpClaimAttribute
Description
The name and type of the IdP claim.
link GraphQL Schema definition
- input IdpClaimAttribute {
- # SAML attribute type enum.
- : SamlAttributeType!
- # The name of the claim. It depends on your IdP.
- : String!
- # The type of claim, for example, email or group.
- : String
- }