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". |
creation_time
|
Creation time of the key, in round trip date format. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python