StorageAccountKey interface
An access key for the storage account.
Properties
| creation |
Creation time of the key, in round trip date format. |
| key |
Name of the key. |
| permissions | Permissions for the key -- read-only or full permissions. |
| value | Base 64-encoded value of the key. |
Property Details
creationTime
Creation time of the key, in round trip date format.
creationTime?: Date
Property Value
Date
keyName
Name of the key.
keyName?: string
Property Value
string
permissions
Permissions for the key -- read-only or full permissions.
permissions?: KeyPermission
Property Value
value
Base 64-encoded value of the key.
value?: string
Property Value
string