ManagedIdentityPropertiesResponse

data class ManagedIdentityPropertiesResponse(val principalId: String? = null, val tenantId: String? = null, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedManagedIdentityResponse>? = null)

Managed identity properties retrieved from ARM request headers.

Constructors

Link copied to clipboard
constructor(principalId: String? = null, tenantId: String? = null, type: String? = null, userAssignedIdentities: Map<String, UserAssignedManagedIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val principalId: String? = null

Principal Id of system-assigned managed identity.

Link copied to clipboard
val tenantId: String? = null

Tenant Id of system-assigned managed identity.

Link copied to clipboard
val type: String? = null

Type of the managed identity

Link copied to clipboard

Properties of user-assigned managed identities