UserDelegationKey クラス

定義

Azure Active Directory アクセス トークンに基づいて Azure Storage によってユーザーに提供されるユーザー委任キーを表します。

public sealed class UserDelegationKey
type UserDelegationKey = class
Public NotInheritable Class UserDelegationKey
継承
UserDelegationKey

コンストラクター

UserDelegationKey()

Azure Active Directory アクセス トークンに基づいて Azure Storage によってユーザーに提供されるユーザー委任キーを表します。

プロパティ

SignedExpiry

このトークンの有効期限が切れる日時。

SignedOid

このトークンのオブジェクト ID。

SignedService

このキーが有効なサービス。

SignedStart

このトークンが有効になる日時。

SignedTid

このトークンを発行したテナントのテナント ID。

SignedVersion

このトークンを作成した REST サービスのバージョン識別子。

Value

ユーザー委任キー。

適用対象