ManagedServiceIdentityResponse

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

Managed identity generic object.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the Azure Active Directory.

Link copied to clipboard
val type: String? = null

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.