Github API - Test Config

OIDCProvider [object]

An OIDC 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
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 OIDCProvider object

providerType OIDCProviderType

OIDCProviderType [enum]

The OIDC identity provider type

Possible values
AAD

Azure Active Directory

API:
Github GraphQL API

The OIDC identity provider type

tenantId 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 id of the tenant this provider is attached to

API:
Github GraphQL API