Package version:

Identity Profile with details of an MSI.

interface IdentityProfile {
    msiClientId: string;
    msiObjectId: string;
    msiResourceId: string;
}

Hierarchy (view full)

Properties

msiClientId: string

ClientId of the MSI.

msiObjectId: string

ObjectId of the MSI.

msiResourceId: string

ResourceId of the MSI.