Package version:

Interface UserDelegationKeyModel

A user delegation key

interface UserDelegationKeyModel {
    signedExpiresOn: string;
    signedObjectId: string;
    signedService: string;
    signedStartsOn: string;
    signedTenantId: string;
    signedVersion: string;
    value: string;
}

Properties

signedExpiresOn: string

The date-time the key expires

signedObjectId: string

The Azure Active Directory object ID in GUID format.

signedService: string

Abbreviation of the Azure Storage service that accepts the key

signedStartsOn: string

The date-time the key is active

signedTenantId: string

The Azure Active Directory tenant ID in GUID format

signedVersion: string

The service version that created the key

value: string

The key as a base64 string