AccountCredentialDetailsResponse

data class AccountCredentialDetailsResponse(val accountConnectionString: String, val accountName: String, val dataAccountType: String, val shareCredentialDetails: List<ShareCredentialDetailsResponse>)

Credential details of the account.

Constructors

Link copied to clipboard
constructor(accountConnectionString: String, accountName: String, dataAccountType: String, shareCredentialDetails: List<ShareCredentialDetailsResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection string of the account endpoint to use the account as a storage endpoint on the device.

Link copied to clipboard

Name of the account.

Link copied to clipboard

Type of the account.

Link copied to clipboard

Per share level unencrypted access credentials.