次の方法で共有


UserDelegationKey interface

ユーザー委任キー。

プロパティ

signedExpiresOn

キーの有効期限が切れる日時。

signedObjectId

GUID 形式の Azure Active Directory オブジェクト ID。

signedService

キーを受け入れる Azure Storage サービスの省略形。

signedStartsOn

キーがアクティブな日時。

signedTenantId

GUID 形式の Azure Active Directory テナント ID。

signedVersion

キーを作成したサービス バージョン。

value

base64 文字列としてのキー。

プロパティの詳細

signedExpiresOn

キーの有効期限が切れる日時。

signedExpiresOn: Date

プロパティ値

Date

signedObjectId

GUID 形式の Azure Active Directory オブジェクト ID。

signedObjectId: string

プロパティ値

string

signedService

キーを受け入れる Azure Storage サービスの省略形。

signedService: string

プロパティ値

string

signedStartsOn

キーがアクティブな日時。

signedStartsOn: Date

プロパティ値

Date

signedTenantId

GUID 形式の Azure Active Directory テナント ID。

signedTenantId: string

プロパティ値

string

signedVersion

キーを作成したサービス バージョン。

signedVersion: string

プロパティ値

string

value

base64 文字列としてのキー。

value: string

プロパティ値

string