Skip to main content

DeleteFileRequest Properties

An object defining properties for the DeleteFileRequest class.

SecretKey

Gets the encrypted secret key used for file security verification.

Type: string

This property contains the encrypted security key for the file. It is read-only and is used in conjunction with the DecryptedSecret property to verify authorization for file deletion.


DecryptedSecret

Gets the decrypted object secret information.

Type: DMObjectSecret

This property contains the decrypted version of the SecretKey, automatically populated using the DecryptData attribute. It has a private setter to ensure controlled access to the decrypted security information.


Reason

Gets the reason provided for deleting the file.

Type: string

This property contains the explanation for why the file is being deleted. It is read-only and helps maintain an audit trail of file deletion operations.