Skip to main content

UpdateTagsRequest Properties

An object defining properties for the UpdateTagsRequest 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 updated. It is read-only and works in conjunction with the DecryptedSecret property to verify access to the object. The key is initialized through the constructor and remains unchanged throughout the request lifecycle.


Tags

Gets the list of new tags to be associated with the object.

Type: List<string>

This property contains the collection of tags that will be applied to the object. It is read-only and initialized through the constructor. The list represents the complete set of tags that will be associated with the object after the update operation, replacing any existing tags.


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 during the tag update operation.