Package version:

Interface Identity

Identity for the resource.

interface Identity {
    principalId?: string;
    tenantId?: string;
    type?: "SystemAssigned";
}

Properties

principalId?: string

The principal ID of resource identity. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

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

type?: "SystemAssigned"

The identity type.