Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SignedIdentifier interface
- Package:
- @azure/storage-queue
Signed identifier.
Properties
| accessPolicy | Access Policy |
| id | a unique id |
Property Details
accessPolicy
Access Policy
accessPolicy: { expiresOn?: Date, permissions?: string, startsOn?: Date }
Property Value
{ expiresOn?: Date, permissions?: string, startsOn?: Date }
id
a unique id
id: string
Property Value
string
