ManagedIdentityResponse

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

The workspace managed identity

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The principal ID of the workspace managed identity

Link copied to clipboard

The tenant ID of the workspace managed identity

Link copied to clipboard
val type: String? = null

The type of managed identity for the workspace

Link copied to clipboard

The user assigned managed identities.