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
| additional |
Additional properties |
| annotations | List of tags that can be used for describing the Credential. |
| description | Credential description. |
| type | The discriminator possible values: ServicePrincipal, ManagedIdentity |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
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
The discriminator possible values: ServicePrincipal, ManagedIdentity
type: string
Property Value
string