ClusterIdentityResponseUserAssignedIdentities

data class ClusterIdentityResponseUserAssignedIdentities(val clientId: String, val principalId: String, val tenantId: String? = null)

Constructors

constructor(clientId: String, principalId: String, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client id of user assigned identity.

Link copied to clipboard

The principal id of user assigned identity.

Link copied to clipboard
val tenantId: String? = null

The tenant id of user assigned identity.