你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TagProperty interface
Blob 容器的 LegalHold 的标记。
属性
object |
返回添加标记的用户的对象 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
tag | 标记值。 注意:此属性不会被序列化。 它只能由服务器填充。 |
tenant |
返回为添加标记的用户颁发令牌的租户 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
timestamp | 返回添加标记的日期和时间。 注意:此属性不会被序列化。 它只能由服务器填充。 |
upn | 返回添加标记的用户的用户主体名称。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
objectIdentifier
返回添加标记的用户的对象 ID。 注意:此属性不会被序列化。 它只能由服务器填充。
objectIdentifier?: string
属性值
string
tag
标记值。 注意:此属性不会被序列化。 它只能由服务器填充。
tag?: string
属性值
string
tenantId
返回为添加标记的用户颁发令牌的租户 ID。 注意:此属性不会被序列化。 它只能由服务器填充。
tenantId?: string
属性值
string
timestamp
返回添加标记的日期和时间。 注意:此属性不会被序列化。 它只能由服务器填充。
timestamp?: Date
属性值
Date
upn
返回添加标记的用户的用户主体名称。 注意:此属性不会被序列化。 它只能由服务器填充。
upn?: string
属性值
string