ResourceIdentity interface

Azure Active Directory identity configuration for a resource.

Properties

principalId

The Azure Active Directory principal id.

tenantId

The Azure Active Directory tenant id.

type

The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.

userAssignedIdentities

The resource ids of the user assigned identities to use

Property Details

principalId

The Azure Active Directory principal id.

principalId?: string

Property Value

string

tenantId

The Azure Active Directory tenant id.

tenantId?: string

Property Value

string

type

The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.

type?: string

Property Value

string

userAssignedIdentities

The resource ids of the user assigned identities to use

userAssignedIdentities?: Record<string, UserIdentity>

Property Value

Record<string, UserIdentity>