UserAssignedIdentityPropertiesResponse

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

User assigned managed identity properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The client ID of the assigned identity.

Link copied to clipboard
val principalId: String? = null

The principal ID of the assigned identity.