GetUserAlternateIdentifierExternalId

data class GetUserAlternateIdentifierExternalId(val id: String, val issuer: String) : ConvertibleToJava<GetUserAlternateIdentifierExternalId>

Constructors

Link copied to clipboard
constructor(id: String, issuer: String)

Properties

Link copied to clipboard
val id: String

The identifier issued to this resource by an external identity provider.

Link copied to clipboard

The issuer for an external identifier.

Functions

Link copied to clipboard
open override fun toJava(): GetUserAlternateIdentifierExternalId