INPUT_OBJECT

CreateIdentityProviderMicrosoftMutationInput

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

link GraphQL Schema definition

  • input CreateIdentityProviderMicrosoftMutationInput {
  • # The display name.
  • display_name: String!
  • # Whether or not this is enabled.
  • enabled: Boolean!
  • # The client ID for this identity provider.
  • client_id: String!
  • # The client secret for this identity provider.
  • client_secret: String!
  • }

link Require by