ManagedIdentityConfiguration interface

The Managed Identity details for storage account.

Properties

principalId

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

tenantId

The tenant Id where the Managed Identity is created.

type

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

Property Details

principalId

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

principalId?: string

Property Value

string

tenantId

The tenant Id where the Managed Identity is created.

tenantId?: string

Property Value

string

type

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

type?: string

Property Value

string