SharedAccessSignatureAuthorizationRuleAccessRightsDescription interface
Description of the shared access key.
Properties
key |
Name of the key. |
primary |
Primary SAS key value. |
rights | Rights that this key has. |
secondary |
Secondary SAS key value. |
Property Details
keyName
Name of the key.
keyName: string
Property Value
string
primaryKey
Primary SAS key value.
primaryKey?: string
Property Value
string
rights
Rights that this key has.
rights: string
Property Value
string
secondaryKey
Secondary SAS key value.
secondaryKey?: string
Property Value
string