INPUT_OBJECT

CreateIdentityProviderActiveDirectoryMutationInput

The input object that defines the fields for the createIdentityProviderActiveDirectory mutation.

link GraphQL Schema definition

  • input CreateIdentityProviderActiveDirectoryMutationInput {
  • # The display name.
  • display_name: String!
  • # Whether or not this is enabled.
  • enabled: Boolean!
  • # The ActiveDirectory icon URL.
  • icon_url: URL
  • # Whether to disable the cache or not.
  • disable_cache: Boolean!
  • # Whether to use client SSL certificate authentication or not.
  • cert_auth: Boolean!
  • # Whether to use Windows Integrated Auth (Kerberos) or not.
  • kerberos: Boolean!
  • # The list of domains that can be authenticated.
  • domain_aliases: [String]
  • # The range of IPs with which to use Windows Integrated Auth (Kerberos).
  • ips: [String]
  • }

link Require by