Package version:

Interface TagProperty

A tag of the LegalHold of a blob container.

interface TagProperty {
    objectIdentifier?: string;
    tag?: string;
    tenantId?: string;
    timestamp?: any;
    upn?: string;
}

Properties

objectIdentifier?: string

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?: string

The tag value. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

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?: any

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?: string

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.