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.
- String! :
- # Type of claim. For example email or group.
- String! :
- # SAML attribute type enum.
- SamlAttributeType! :
- }