UserDelegationKey interface

使用者委派金鑰。

屬性

signedExpiresOn

金鑰到期的日期時間。

signedObjectId

GUID 格式的 Azure Active Directory 物件識別碼。

signedService

接受金鑰的 Azure 記憶體服務縮寫。

signedStartsOn

索引鍵作用中的日期時間。

signedTenantId

GUID 格式的 Azure Active Directory 租使用者識別碼。

signedVersion

建立金鑰的服務版本。

value

索引鍵做為base64字串。

屬性詳細資料

signedExpiresOn

金鑰到期的日期時間。

TypeScript
signedExpiresOn: Date

屬性值

Date

signedObjectId

GUID 格式的 Azure Active Directory 物件識別碼。

TypeScript
signedObjectId: string

屬性值

string

signedService

接受金鑰的 Azure 記憶體服務縮寫。

TypeScript
signedService: string

屬性值

string

signedStartsOn

索引鍵作用中的日期時間。

TypeScript
signedStartsOn: Date

屬性值

Date

signedTenantId

GUID 格式的 Azure Active Directory 租使用者識別碼。

TypeScript
signedTenantId: string

屬性值

string

signedVersion

建立金鑰的服務版本。

TypeScript
signedVersion: string

屬性值

string

value

索引鍵做為base64字串。

TypeScript
value: string

屬性值

string