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
Name | Description |
---|---|
SecretKey | Gets the encrypted secret key for the object. |
DecryptedSecret | Gets the decrypted secret information for the object. |
Constructors
Name | Description |
---|---|
GetTagsRequest() | Initializes a new instance of the GetTagsRequest class. |
GetTagsRequest(secretKey) | Initializes a new instance of the GetTagsRequest class with the specified security key. |