UserIdentityResponse

data class UserIdentityResponse(val clientId: String, val principalId: String)

A resource identity that is managed by the user of the service.

Constructors

Link copied to clipboard
constructor(clientId: String, principalId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID of the user-assigned identity.

Link copied to clipboard

The principal ID of the user-assigned identity.