Github API - Test Config

SetEnterpriseIdentityProviderPayload [object]

Autogenerated return type of SetEnterpriseIdentityProvider

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

identityProvider EnterpriseIdentityProvider

EnterpriseIdentityProvider [object]

An identity provider configured to provision identities for an enterprise.
Visible to enterprise owners or enterprise owners' personal access tokens
(classic) with read:enterprise or admin:enterprise scope.

Implements
Node
Attributes
digestMethod SamlDigestAlgorithm

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

enterprise Enterprise

The enterprise this identity provider belongs to.

externalIdentities ExternalIdentityConnection

ExternalIdentities provisioned by this identity provider.

id ID

The Node ID of the EnterpriseIdentityProvider object

idpCertificate X509Certificate

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

issuer String

The Issuer Entity ID for the SAML identity provider.

recoveryCodes String []

Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable.

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

The identity provider for the enterprise.

API:
Github GraphQL API