TagProperty interface

A tag of the LegalHold of a blob container.

Properties

objectIdentifier

Returns the Object ID of the user who added the tag.

tag

The tag value.

tenantId

Returns the Tenant ID that issued the token for the user who added the tag.

timestamp

Returns the date and time the tag was added.

upn

Returns the User Principal Name of the user who added the tag.

Property Details

objectIdentifier

Returns the Object ID of the user who added the tag.

objectIdentifier?: string

Property Value

string

tag

The tag value.

tag?: string

Property Value

string

tenantId

Returns the Tenant ID that issued the token for the user who added the tag.

tenantId?: string

Property Value

string

timestamp

Returns the date and time the tag was added.

timestamp?: Date

Property Value

Date

upn

Returns the User Principal Name of the user who added the tag.

upn?: string

Property Value

string