Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BlobGetUserDelegationKeyParameters interface
- Package:
- @azure/storage-blob
Parameters for getting user delegation key.
Properties
| delegatedUserTenantId | The tenant ID for the user delegation key. |
| expiresOn | The end time for the user delegation key. Must be within 7 days of the current time |
| startsOn | The start time for the user delegation key. Must be within 7 days of the current time |
Property Details
delegatedUserTenantId
The tenant ID for the user delegation key.
delegatedUserTenantId: string
Property Value
string
expiresOn
The end time for the user delegation key. Must be within 7 days of the current time
expiresOn: Date
Property Value
Date
startsOn
The start time for the user delegation key. Must be within 7 days of the current time
startsOn: Date
Property Value
Date
