INPUT_OBJECT
CreateIdentityProviderActiveDirectoryMutationInput
The input object that defines the fields for the createIdentityProviderActiveDirectory mutation.
link GraphQL Schema definition
- input CreateIdentityProviderActiveDirectoryMutationInput {
- # 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] : [
- }