UserDelegationKey Class

Definition

A user delegation key.

public class UserDelegationKey
public class UserDelegationKey : System.ClientModel.Primitives.IPersistableModel<Azure.Storage.Queues.Models.UserDelegationKey>
type UserDelegationKey = class
type UserDelegationKey = class
    interface IPersistableModel<UserDelegationKey>
Public Class UserDelegationKey
Public Class UserDelegationKey
Implements IPersistableModel(Of UserDelegationKey)
Inheritance
UserDelegationKey
Implements

Properties

Name Description
SignedDelegatedUserTenantId

The delegated user tenant id in Azure AD. Return if DelegatedUserTid 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.

Methods

Name Description
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(Response to UserDelegationKey)

Explicit Interface Implementations

Name Description
IPersistableModel<UserDelegationKey>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<UserDelegationKey>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<UserDelegationKey>.Write(ModelReaderWriterOptions)

Applies to