AccountCredentialDetails interface
Credential details of the account.
Properties
| account |
Connection string of the account endpoint to use the account as a storage endpoint on the device. |
| account |
Name of the account. |
| data |
Type of the account. |
| share |
Per share level unencrypted access credentials. |
Property Details
accountConnectionString
Connection string of the account endpoint to use the account as a storage endpoint on the device.
accountConnectionString?: string
Property Value
string
accountName
Name of the account.
accountName?: string
Property Value
string
dataAccountType
shareCredentialDetails
Per share level unencrypted access credentials.
shareCredentialDetails?: ShareCredentialDetails[]