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
StorageAccountKey

Constructor

StorageAccountKey(**kwargs)

Variables

key_name
str

Name of the key.

value
str

Base 64-encoded value of the key.

permissions
str or KeyPermission

Permissions for the key – read-only or full permissions. Possible values include: "READ", "FULL".