Skip to main content

SaveIdentityProviderInput

Input for creating or updating an identity provider.

input SaveIdentityProviderInput {
active: Boolean!
certificate: String!
displayName: String
entryPoint: String
id: Int
issuer: String
organizationId: Int!
provider: String!
secondaryCertificate: String
slug: String
}

Fields

SaveIdentityProviderInput.active ● Boolean! non-null scalar common

Whether the identity provider should be active.

SaveIdentityProviderInput.certificate ● String! non-null scalar common

The primary signing certificate.

SaveIdentityProviderInput.displayName ● String scalar common

The display name of the identity provider.

SaveIdentityProviderInput.entryPoint ● String scalar common

The SAML entry point URL.

SaveIdentityProviderInput.id ● Int scalar common

The identity provider ID when updating.

SaveIdentityProviderInput.issuer ● String scalar common

The issuer configured for the identity provider.

SaveIdentityProviderInput.organizationId ● Int! non-null scalar common

The organization ID the identity provider belongs to.

SaveIdentityProviderInput.provider ● String! non-null scalar common

The provider type.

SaveIdentityProviderInput.secondaryCertificate ● String scalar common

The secondary signing certificate, if present.

SaveIdentityProviderInput.slug ● String scalar common

The slug for the identity provider.

Member Of

saveIdentityProvider mutation