Credential interface

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

Properties

annotations

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

description

Credential description.

type

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

Property Details

annotations

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

annotations?: any[]

Property Value

any[]

description

Credential description.

description?: string

Property Value

string

type

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

type: "ServicePrincipal" | "ManagedIdentity"

Property Value

"ServicePrincipal" | "ManagedIdentity"