GetStorageAccountCredentialResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encrypted storage key.

Link copied to clipboard

Type of storage accessed on the storage account.

Link copied to clipboard

Alias for the storage account.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val blobDomainName: String? = null

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
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

The object name.

Link copied to clipboard

Signifies whether SSL needs to be enabled or not.

Link copied to clipboard

Id of the storage account.

Link copied to clipboard

Metadata pertaining to creation and last modification of StorageAccountCredential

Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard
val userName: String? = null

Username for the storage account.