Skip to main content

GetTagsRequest

Represents a request to retrieve tags for a single object in the document management system.

This class extends BaseRequest to handle retrieval of tags for a document management object. It manages security through an encrypted key and its decrypted version, ensuring authorized access to the object's tags. The class implements a secure access pattern where the encrypted key is provided during construction and automatically decrypted for internal use.

Properties

NameDescription
SecretKeyGets the encrypted secret key for the object.
DecryptedSecretGets the decrypted secret information for the object.

Constructors

NameDescription
GetTagsRequest()Initializes a new instance of the GetTagsRequest class.
GetTagsRequest(secretKey)Initializes a new instance of the GetTagsRequest class with the specified security key.