Github API - Test Config

SetEnterpriseIdentityProviderInput [input]

Autogenerated input 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.

digestMethod SamlDigestAlgorithm

SamlDigestAlgorithm [enum]

The possible digest algorithms used to sign SAML requests for an identity provider.

Possible values
SHA1

SHA1

SHA256

SHA256

SHA384

SHA384

SHA512

SHA512

API:
Github GraphQL API

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

enterpriseId ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

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

idpCertificate 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

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

issuer 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

The Issuer Entity ID for the SAML identity provider

signatureMethod SamlSignatureAlgorithm

SamlSignatureAlgorithm [enum]

The possible signature algorithms used to sign SAML requests for a Identity Provider.

Possible values
RSA_SHA1

RSA-SHA1

RSA_SHA256

RSA-SHA256

RSA_SHA384

RSA-SHA384

RSA_SHA512

RSA-SHA512

API:
Github GraphQL API

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

ssoUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

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

API:
Github GraphQL API