TagPropertyResponse

data class TagPropertyResponse(val objectIdentifier: String, val tag: String, val tenantId: String, val timestamp: String, val upn: String)

A tag of the LegalHold of a blob container.

Constructors

Link copied to clipboard
constructor(objectIdentifier: String, tag: String, tenantId: String, timestamp: String, upn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val tag: String

The tag value.

Link copied to clipboard

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

Link copied to clipboard

Returns the date and time the tag was added.

Link copied to clipboard
val upn: String

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