IdentityResponse

data class IdentityResponse(val identityIds: List<String>, val type: String)

Identity for the resource.

Constructors

Link copied to clipboard
constructor(identityIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of identities.

Link copied to clipboard

The identity type.