DeleteObjectRequest
Represents a request to delete an object from the document management system.
This class extends BaseDocumentManagementRequest to handle object deletion operations. It manages security through an encrypted/decrypted key pair to ensure authorized access to the object being deleted. The class implements secure deletion patterns by requiring proper security verification before allowing the deletion operation.
Properties
Name | Description |
---|---|
SecretKey | Gets the encrypted secret key for the object. |
DecryptedSecret | Gets the decrypted secret information for the object. |
Constructors
Name | Description |
---|---|
DeleteObjectRequest() | Initializes a new instance of the DeleteObjectRequest class. |
DeleteObjectRequest() | Initializes a new instance of the DeleteObjectRequest class. |
DeleteObjectRequest(secretKey) | Initializes a new instance of the DeleteObjectRequest class with the specified security key. |