INPUT_OBJECT
CreateIdentityProviderSamlMutationInput
The input object that defines the fields for the createIdentityProviderSaml mutation.
link GraphQL Schema definition
- input CreateIdentityProviderSamlMutationInput {
- # The display name.
- String! :
- # Whether or not this is enabled.
- Boolean! :
- # The SAML sign in URL.
- URL! :
- # The SAML sign out URL.
- URL :
- # The attribute in the SAML token that will be mapped to the user_id property.
- URL :
- # The X.509 signing certificate contents.
- Text! :
- # Whether to include more verbose logging during the authentication process or
- # not.
- Boolean! :
- # Whether to sign the SAML request or not.
- Boolean! :
- # The sign request algorithm.
- SamlSignatureAlgorithm! :
- # The sign request algorithm digest.
- SamlDigestAlgorithm! :
- # The SAML protocol binding.
- SamlProtocolBinding! :
- # Authentication domains.
- String! :
- }