Package version:

The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource.

interface Credential {
    annotations?: any[];
    description?: string;
    type: "ServicePrincipal" | "ManagedIdentity";
    [property: string]: any;
}

Hierarchy (view full)

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

annotations?: any[]

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

description?: string

Credential description.

type: "ServicePrincipal" | "ManagedIdentity"

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