UserDelegationKey interface
A user delegation key.
Properties
signed |
The date-time the key expires. |
signed |
The Azure Active Directory object ID in GUID format. |
signed |
Abbreviation of the Azure Storage service that accepts the key. |
signed |
The date-time the key is active. |
signed |
The Azure Active Directory tenant ID in GUID format. |
signed |
The service version that created the key. |
value | The key as a base64 string. |
Property Details
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