DeleteObjectRequest Properties
An object defining properties for the DeleteObjectRequest class.
SecretKey
Gets the encrypted secret key for the object.
Type: string
This property contains the encrypted security key for the object to be deleted. 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.
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 deletion process.