GetStorageAccountCredentialResult

data class GetStorageAccountCredentialResult(val accessKey: AsymmetricEncryptedSecretResponse? = null, val azureApiVersion: String, val endPoint: String, val id: String, val kind: String? = null, val name: String, val sslStatus: String, val type: String, val volumesCount: Int)

The storage account credential.

Constructors

Link copied to clipboard
constructor(accessKey: AsymmetricEncryptedSecretResponse? = null, azureApiVersion: String, endPoint: String, id: String, kind: String? = null, name: String, sslStatus: String, type: String, volumesCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of the storage account password.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The storage endpoint

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard
val kind: String? = null

The Kind of the object. Currently only Series8000 is supported

Link copied to clipboard

The name of the object.

Link copied to clipboard

Signifies whether SSL needs to be enabled or not.

Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard

The count of volumes using this storage account credential.