INPUT_OBJECT

ModifyIdentityProviderInput

Description

Identity Provider to be modified.

link GraphQL Schema definition

  • input ModifyIdentityProviderInput {
  • # Entity ID of the identity provider.
  • entityId: String
  • # Custom claims for the identity provider.
  • idpClaimAttributes: [IdpClaimAttribute!]
  • # ID of the identity provider.
  • idpId: UUID!
  • # Specifies if the identity provider should be set as the default.
  • isDefault: Boolean
  • # Name of the identity provider.
  • name: String
  • # Sign-in URL for the identity provider.
  • signInUrl: String
  • # Signing certificate for the identity provider.
  • signingCertificate: String
  • }

link Require by