TagProperty interface
A tag of the LegalHold of a blob container.
Properties
| object |
Returns the Object ID of the user who added the tag. NOTE: This property will not be serialized. It can only be populated by the server. |
| tag | The tag value. NOTE: This property will not be serialized. It can only be populated by the server. |
| tenant |
Returns the Tenant ID that issued the token for the user who added the tag. NOTE: This property will not be serialized. It can only be populated by the server. |
| timestamp | Returns the date and time the tag was added. NOTE: This property will not be serialized. It can only be populated by the server. |
| upn | Returns the User Principal Name of the user who added the tag. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
objectIdentifier
Returns the Object ID of the user who added the tag. NOTE: This property will not be serialized. It can only be populated by the server.
objectIdentifier?: string
Property Value
string
tag
The tag value. NOTE: This property will not be serialized. It can only be populated by the server.
tag?: string
Property Value
string
tenantId
Returns the Tenant ID that issued the token for the user who added the tag. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
timestamp
Returns the date and time the tag was added. NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: Date
Property Value
Date
upn
Returns the User Principal Name of the user who added the tag. NOTE: This property will not be serialized. It can only be populated by the server.
upn?: string
Property Value
string