AzureResourceManagerManagedIdentityPropertiesResponse

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

The properties of the managed service identities assigned to this resource.

Constructors

constructor(principalId: String, tenantId: String, type: String, userAssignedIdentities: Map<String, AzureResourceManagerUserAssignedIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The active directory identifier of this principal.

Link copied to clipboard

The Active Directory tenant id of the principal.

Link copied to clipboard

The type of managed identity assigned to this resource.

Link copied to clipboard

The identities assigned to this resource by the user.