Storage Account Key Response
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
fun StorageAccountKeyResponse(creationTime: String, keyName: String, permissions: String, value: String)