Github API - Test Config

mutation setEnterpriseIdentityProvider

Creates or updates the identity provider for an enterprise.

Arguments
input SetEnterpriseIdentityProviderInput

SetEnterpriseIdentityProviderInput [input]

Autogenerated input type of SetEnterpriseIdentityProvider

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

digestMethod SamlDigestAlgorithm

The digest algorithm used to sign SAML requests for the identity provider.

enterpriseId ID

The ID of the enterprise on which to set an identity provider.

idpCertificate String

The x509 certificate used by the identity provider to sign assertions and responses.

issuer String

The Issuer Entity ID for the SAML identity provider

signatureMethod SamlSignatureAlgorithm

The signature algorithm used to sign SAML requests for the identity provider.

ssoUrl URI

The URL endpoint for the identity provider's SAML SSO.

API:
Github GraphQL API

Parameters for SetEnterpriseIdentityProvider

Returns
SetEnterpriseIdentityProviderPayload

SetEnterpriseIdentityProviderPayload [object]

Autogenerated return type of SetEnterpriseIdentityProvider

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

identityProvider EnterpriseIdentityProvider

The identity provider for the enterprise.

API:
Github GraphQL API
API:
Github GraphQL API