INPUT_OBJECT
UpdateIdentityProviderSamlMutationInput
The input object that defines the fields for the updateIdentityProviderSaml mutation.
link GraphQL Schema definition
- input UpdateIdentityProviderSamlMutationInput {
- # 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 :
- # Setting this value to `true` will set `sign_out_endpoint` to null.
- Boolean :
- # Setting this value to `true` will set `user_id_attribute` to null.
- Boolean :
- }