ManagedServiceIdentityResponse

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

Managed identity generic object.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val principalId: String? = null

Azure Active Directory principal ID associated with this Identity.

Link copied to clipboard
val tenantId: String? = null

ID of the Azure Active Directory.

Link copied to clipboard

Type of the managed identity.

Link copied to clipboard

The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.