DataSourceDataLakeGen2SharedKey interface
DataLake Gen2 Shared Key DataSource Credential User is required to specify accountKey for Create. accountKey being a secret is not returned by service.
- Extends
Properties
account |
The account key of the DataLake Gen2 Shared Key DataSource Credential. Required by user for Create. Not returned by service. |
type | DataLakeGen2 Shared Key DataSource credential |
Inherited Properties
description | Description of data source credential |
id | Unique id of data source credential NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of data source credential |
Property Details
accountKey
The account key of the DataLake Gen2 Shared Key DataSource Credential. Required by user for Create. Not returned by service.
accountKey?: string
Property Value
string
type
DataLakeGen2 Shared Key DataSource credential
type: "DataLakeGen2SharedKey"
Property Value
"DataLakeGen2SharedKey"
Inherited Property Details
description
Description of data source credential
description?: string
Property Value
string
Inherited From DataSourceCredentialEntity.description
id
Unique id of data source credential NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From DataSourceCredentialEntity.id
name
Name of data source credential
name: string
Property Value
string
Inherited From DataSourceCredentialEntity.name