StorageAccountKeyResponse

data class StorageAccountKeyResponse(val creationTime: String, val keyName: String, val permissions: String, val value: String)

An access key for the storage account.

Constructors

Link copied to clipboard
constructor(creationTime: String, keyName: String, permissions: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of the key, in round trip date format.

Link copied to clipboard

Name of the key.

Link copied to clipboard

Permissions for the key -- read-only or full permissions.

Link copied to clipboard

Base 64-encoded value of the key.