ManagedIdentityResponse

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

Azure Active Directory identity configuration for a resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

System Assigned Identity ObjectId.

Link copied to clipboard

The Azure Active Directory tenant id.

Link copied to clipboard
val type: String? = null

The identity type

Link copied to clipboard

The resource ids of the user assigned identities to use