Package version:

Interface ResourceIdentity

Azure Active Directory identity configuration for a resource.

Hierarchy

  • ResourceIdentity

Properties

principalId?: string

The Azure Active Directory principal id. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

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

userAssignedIdentities?: {
    [propertyName: string]: UserIdentity;
}

The resource ids of the user assigned identities to use

Type declaration

Generated using TypeDoc