GetOrganizationExternalIdentitiesIdentity

data class GetOrganizationExternalIdentitiesIdentity(val login: String, val samlIdentity: Map<String, String>, val scimIdentity: Map<String, String>)

Constructors

constructor(login: String, samlIdentity: Map<String, String>, scimIdentity: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The username of the GitHub user

Link copied to clipboard

An Object containing the user's SAML data. This object will be empty if the user is not managed by SAML.

Link copied to clipboard

An Object contining the user's SCIM data. This object will be empty if the user is not managed by SCIM.