AccountCredentialDetails interface

Credential details of the account.

Properties

accountConnectionString

Connection string of the account endpoint to use the account as a storage endpoint on the device. NOTE: This property will not be serialized. It can only be populated by the server.

accountName

Name of the account. NOTE: This property will not be serialized. It can only be populated by the server.

dataAccountType

Type of the account. NOTE: This property will not be serialized. It can only be populated by the server.

shareCredentialDetails

Per share level unencrypted access credentials. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

accountConnectionString

Connection string of the account endpoint to use the account as a storage endpoint on the device. NOTE: This property will not be serialized. It can only be populated by the server.

accountConnectionString?: string

Property Value

string

accountName

Name of the account. NOTE: This property will not be serialized. It can only be populated by the server.

accountName?: string

Property Value

string

dataAccountType

Type of the account. NOTE: This property will not be serialized. It can only be populated by the server.

dataAccountType?: DataAccountType

Property Value

shareCredentialDetails

Per share level unencrypted access credentials. NOTE: This property will not be serialized. It can only be populated by the server.

shareCredentialDetails?: ShareCredentialDetails[]

Property Value