INPUT_OBJECT
UpdateIdentityProviderActiveDirectoryMutationInput
The input object that defines the fields for the updateIdentityProviderActiveDirectory mutation.
link GraphQL Schema definition
- input UpdateIdentityProviderActiveDirectoryMutationInput {
- # The display name.
- String :
- # Whether or not this is enabled.
- Boolean :
- # The ActiveDirectory icon URL.
- URL :
- # Whether to disable the cache or not.
- Boolean :
- # Whether to use client SSL certificate authentication or not.
- Boolean :
- # Whether to use Windows Integrated Auth (Kerberos) or not.
- Boolean :
- # The list of domains that can be authenticated.
- String] : [
- # The range of IPs with which to use Windows Integrated Auth (Kerberos).
- String] : [
- # Setting this value to `true` will set `icon_url` to null.
- Boolean :
- }