Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
UserDelegationKey interface
- Package:
- @azure/storage-blob
A user delegation key.
Properties
| signedDelegatedUserTenantId | The delegated user tenant id in Azure AD. Return if DelegatedUserTenantId is specified. |
| signedExpiresOn | The date-time the key expires. |
| signedObjectId | The Azure Active Directory object ID in GUID format. |
| signedService | Abbreviation of the Azure Storage service that accepts the key. |
| signedStartsOn | The date-time the key is active. |
| signedTenantId | The Azure Active Directory tenant ID in GUID format. |
| signedVersion | The service version that created the key. |
| value | The key as a base64 string. |
Property Details
signedDelegatedUserTenantId
The delegated user tenant id in Azure AD. Return if DelegatedUserTenantId is specified.
signedDelegatedUserTenantId?: string
Property Value
string
signedExpiresOn
The date-time the key expires.
signedExpiresOn: Date
Property Value
Date
signedObjectId
The Azure Active Directory object ID in GUID format.
signedObjectId: string
Property Value
string
signedService
Abbreviation of the Azure Storage service that accepts the key.
signedService: string
Property Value
string
signedStartsOn
The date-time the key is active.
signedStartsOn: Date
Property Value
Date
signedTenantId
The Azure Active Directory tenant ID in GUID format.
signedTenantId: string
Property Value
string
signedVersion
The service version that created the key.
signedVersion: string
Property Value
string
value
The key as a base64 string.
value: string
Property Value
string
