Github API - Test Config

ExternalIdentityEdge [object]

An edge in a connection.

Attributes
cursor 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 cursor for use in pagination.

node ExternalIdentity

ExternalIdentity [object]

An external identity provisioned by SAML SSO or SCIM. If SAML is configured on
the organization, the external identity is visible to (1) organization owners,
(2) organization owners' personal access tokens (classic) with read:org or
admin:org scope, (3) GitHub App with an installation token with read or write
access to members. If SAML is configured on the enterprise, the external
identity is visible to (1) enterprise owners, (2) enterprise owners' personal
access tokens (classic) with read:enterprise or admin:enterprise scope.

Implements
Node
Attributes
guid String

The GUID for this identity

id ID

The Node ID of the ExternalIdentity object

organizationInvitation OrganizationInvitation

Organization invitation for this SCIM-provisioned external identity

SAML Identity attributes

SCIM Identity attributes

user User

User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API