GetTagsOfObjectsRequest Properties
An object defining properties for the GetTagsOfObjectsRequest class.
SecretKey
Gets the list of encrypted secret keys for multiple objects.
This property contains a list of encrypted security keys, where each key corresponds to an object whose tags are being requested. It is read-only and works in conjunction with the DecryptedSecret property to verify access to multiple objects' tags simultaneously. The list is initialized through the constructor and maintains the order of keys matching their corresponding decrypted secrets.
DecryptedSecret
Gets the list of decrypted secret information for multiple objects.
Type: List<DMObjectSecret>
This property contains a list of decrypted versions of the SecretKey entries, automatically populated using the DecryptData attribute. Each entry in the list corresponds to an object whose tags are being requested. The property has a private setter to ensure controlled access to the decrypted security information.