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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python