Package version:

The details of a managed identity.

interface ManagedIdentitySpec {
    clientId: string;
    objectId: string;
    resourceId: string;
    type: string;
}

Properties

clientId: string

ClientId of the managed identity.

objectId: string

ObjectId of the managed identity.

resourceId: string

ResourceId of the managed identity.

type: string

The type of managed identity.