Credential Class
The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ManagedIdentityCredential, ServicePrincipalCredential
Constructor
Credential(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
Type of credential. Required. Default value is None. |
|
description
|
Credential description. |
|
annotations
|
List of tags that can be used for describing the Credential. |
Attributes
annotations
List of tags that can be used for describing the Credential.
annotations: list[Any] | None
description
Credential description.
description: str | None
type
Type of credential. Required. Default value is None.
type: str