ManagedIdentityConfigurationResponse

data class ManagedIdentityConfigurationResponse(val principalId: String, val tenantId: String, val type: String)

The Managed Identity details for storage account.

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The objectId of the Managed Identity that is linked to the Managed Storage account.

Link copied to clipboard

The tenant Id where the Managed Identity is created.

Link copied to clipboard

The type of Identity created. It can be either SystemAssigned or UserAssigned.