BlobGetUserDelegationKeyParameters interface
Parameters for getting user delegation key.
Properties
| delegated |
The tenant ID for the user delegation key. |
| expires |
The end time for the user delegation key. Must be within 7 days of the current time |
| starts |
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