Github API - Test Config

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

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Attributes
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.

enterprise Enterprise

Enterprise [object]

An account to manage multiple organizations with consolidated policy and billing.

Implements
AnnouncementBannerNode
Attributes
announcement String

The text of the announcement

announcementExpiresAt DateTime

The expiration date of the announcement, if any

announcementUserDismissible Boolean

Whether the announcement can be dismissed by the user

avatarUrl URI

A URL pointing to the enterprise's public avatar.

billingEmail String

The enterprise's billing email.

billingInfo EnterpriseBillingInfo

Enterprise billing information visible to enterprise billing managers.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

description String

The description of the enterprise.

descriptionHTML HTML

The description of the enterprise as HTML.

id ID

The Node ID of the Enterprise object

location String

The location of the enterprise.

A list of users who are members of this enterprise.

name String

The name of the enterprise.

organizations OrganizationConnection

A list of organizations that belong to this enterprise.

Enterprise information visible to enterprise owners or enterprise owners'
personal access tokens (classic) with read:enterprise or admin:enterprise scope.

resourcePath URI

The HTTP path for this enterprise.

slug String

The URL-friendly identifier for the enterprise.

url URI

The HTTP URL for this enterprise.

viewerIsAdmin Boolean

Is the current viewer an admin of this enterprise?

websiteUrl URI

The URL of the enterprise website.

API:
Github GraphQL API

The enterprise this identity provider belongs to.

externalIdentities ExternalIdentityConnection

ExternalIdentityConnection [object]

The connection type for ExternalIdentity.

Attributes

A list of edges.

nodes ExternalIdentity []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

ExternalIdentities provisioned by this identity provider.

id 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 Node ID of the EnterpriseIdentityProvider object

idpCertificate X509Certificate

X509Certificate [scalar]

A valid x509 certificate string

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.

recoveryCodes 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

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

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