OBJECT
IdpClaimAttributeType
Description
Name and type of the IdP claim.
link GraphQL Schema definition
- type IdpClaimAttributeType {
- # SAML attribute type enum.
- : SamlAttributeType!
- # Name of the claim. The claim name depends on your IdP.
- : String!
- # Type of claim. For example email or group.
- : String!
- }