INPUT_OBJECT
ModifyIdentityProviderInput
Description
Identity Provider to be modified.
link GraphQL Schema definition
- input ModifyIdentityProviderInput {
- # Entity ID of the identity provider.
- : String
- # Custom claims for the identity provider.
- : [IdpClaimAttribute!]
- # ID of the identity provider.
- : UUID!
- # Specifies if the identity provider should be set as the default.
- : Boolean
- # Name of the identity provider.
- : String
- # Sign-in URL for the identity provider.
- : String
- # Signing certificate for the identity provider.
- : String
- }