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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python