GetUserExternalIdentityResult

data class GetUserExternalIdentityResult(val id: String, val login: String, val samlIdentity: Map<String, String>, val scimIdentity: Map<String, String>, val username: String)

A collection of values returned by getUserExternalIdentity.

Constructors

Link copied to clipboard
constructor(id: String, login: String, samlIdentity: Map<String, String>, scimIdentity: Map<String, String>, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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.

Link copied to clipboard

The member's SAML Username