Package version:

Interface UserDelegationKey

A user delegation key.

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

Properties

signedExpiresOn: Date

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: Date

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.