Skip to main content

GetTagsRequest Properties

An object defining properties for the GetTagsRequest class.

SecretKey

Gets the encrypted secret key for the object.

Type: string

This property contains the encrypted security key for the object whose tags are being requested. It is read-only and works in conjunction with the DecryptedSecret property to verify access to the object's tags. The key is initialized through the constructor and remains unchanged throughout the request lifecycle.


DecryptedSecret

Gets the decrypted secret information for the object.

Type: DMObjectSecret

This property contains the decrypted version of the SecretKey, automatically populated using the DecryptData attribute. It provides secure access to the object's decrypted security information and has a private setter to ensure controlled access to the sensitive data.