StorageAccountKey Class

An access key for the storage account.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.storage._serialization.Model
StorageAccountKey

Constructor

StorageAccountKey(**kwargs: Any)

Variables

Name Description
key_name
str

Name of the key.

value
str

Base 64-encoded value of the key.

permissions

Permissions for the key – read-only or full permissions. Known values are: "Read" and "Full".

creation_time

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