Get Storage Account Credential Result
data class GetStorageAccountCredentialResult(val accountKey: AsymmetricEncryptedSecretResponse? = null, val accountType: String, val alias: String, val azureApiVersion: String, val blobDomainName: String? = null, val connectionString: String? = null, val id: String, val name: String, val sslStatus: String, val storageAccountId: String? = null, val systemData: SystemDataResponse, val type: String, val userName: String? = null)
The storage account credential.
Constructors
Link copied to clipboard
constructor(accountKey: AsymmetricEncryptedSecretResponse? = null, accountType: String, alias: String, azureApiVersion: String, blobDomainName: String? = null, connectionString: String? = null, id: String, name: String, sslStatus: String, storageAccountId: String? = null, systemData: SystemDataResponse, type: String, userName: String? = null)
Properties
Link copied to clipboard
Encrypted storage key.
Link copied to clipboard
Type of storage accessed on the storage account.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Blob end point for private clouds.
Link copied to clipboard
Connection string for the storage account. Use this string if username and account key are not specified.
Link copied to clipboard
Id of the storage account.
Link copied to clipboard
Metadata pertaining to creation and last modification of StorageAccountCredential