你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UserDelegationKey interface
用户委托密钥。
属性
signed |
密钥过期的日期-时间。 |
signed |
GUID 格式的 Azure Active Directory 对象 ID。 |
signed |
接受密钥的 Azure 存储服务的缩写。 |
signed |
密钥处于活动状态的日期时间。 |
signed |
GUID 格式的 Azure Active Directory 租户 ID。 |
signed |
创建密钥的服务版本。 |
value | 作为 base64 字符串的键。 |
属性详细信息
signedExpiresOn
密钥过期的日期-时间。
signedExpiresOn: Date
属性值
Date
signedObjectId
GUID 格式的 Azure Active Directory 对象 ID。
signedObjectId: string
属性值
string
signedService
接受密钥的 Azure 存储服务的缩写。
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