GetTagsOfObjectsRequest
Represents a request to retrieve tags for multiple objects in the document management system.
This class extends BaseRequest to handle batch retrieval of tags for multiple objects. It manages security through encrypted keys and their decrypted versions, ensuring authorized access to the tags of multiple objects simultaneously. The class supports secure batch operations by maintaining lists of security keys and their corresponding decrypted secrets.
Properties
Name | Description |
---|---|
SecretKey | Gets the list of encrypted secret keys for multiple objects. |
DecryptedSecret | Gets the list of decrypted secret information for multiple objects. |
Constructors
Name | Description |
---|---|
GetTagsOfObjectsRequest() | Initializes a new instance of the GetTagsOfObjectsRequest class. |
GetTagsOfObjectsRequest(secretKey) | Initializes a new instance of the GetTagsOfObjectsRequest class with the specified list of security keys. |