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". |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python