UserDelegationKey interface

A user delegation key.

Properties

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

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