INPUT_OBJECT

UpdateIdentityProviderMicrosoftMutationInput

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

link GraphQL Schema definition

  • input UpdateIdentityProviderMicrosoftMutationInput {
  • # 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