Package version:

Interface ResourceIdentity

Identity for the resource.

interface ResourceIdentity {
    principalId?: string;
    tenantId?: string;
    type?: string;
}

Properties

principalId?: string

Object id of the identity resource NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

The tenant id of the resource NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Type of Identity. Supported values are: 'None', 'SystemAssigned'