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.ModelStorageAccountKey
Constructor
StorageAccountKey(**kwargs: Any)
Variables
Name | Description |
---|---|
key_name
|
Name of the key. |
value
|
Base 64-encoded value of the key. |
permissions
|
str or
KeyPermission
Permissions for the key – read-only or full permissions. Known values are: "Read" and "Full". |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python