StorageAccountKey interface
An access key for the storage account.
Properties
creation |
Creation time of the key, in round trip date format. NOTE: This property will not be serialized. It can only be populated by the server. |
key |
Name of the key. NOTE: This property will not be serialized. It can only be populated by the server. |
permissions | Permissions for the key -- read-only or full permissions. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Base 64-encoded value of the key. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationTime
Creation time of the key, in round trip date format. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
keyName
Name of the key. NOTE: This property will not be serialized. It can only be populated by the server.
keyName?: string
Property Value
string
permissions
Permissions for the key -- read-only or full permissions. NOTE: This property will not be serialized. It can only be populated by the server.
permissions?: KeyPermission
Property Value
value
Base 64-encoded value of the key. NOTE: This property will not be serialized. It can only be populated by the server.
value?: string
Property Value
string