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