Package version:

Interface ManagedIdentityCredential

Managed identity credential.

interface ManagedIdentityCredential {
    annotations?: any[];
    description?: string;
    resourceId?: string;
    type: "ManagedIdentity";
}

Hierarchy (view full)

Properties

annotations?: any[]

List of tags that can be used for describing the Credential.

description?: string

Credential description.

resourceId?: string

The resource id of user assigned managed identity

type

Polymorphic discriminator, which specifies the different types this object can be