/AWS1/CL_WKRSHREDDERSETTINGS¶
Configuration for the message shredder feature, which securely deletes messages and files from devices to prevent data recovery.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_canprocessmanually TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Specifies whether users can manually trigger the shredder to delete content.
iv_intensity TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER¶
Prevents Wickr data from being recovered by overwriting deleted Wickr data. Valid Values: Must be one of [0, 20, 60, 100]
Queryable Attributes¶
canProcessManually¶
Specifies whether users can manually trigger the shredder to delete content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANPROCESSMANUALLY() |
Getter for CANPROCESSMANUALLY, with configurable default |
ASK_CANPROCESSMANUALLY() |
Getter for CANPROCESSMANUALLY w/ exceptions if field has no |
HAS_CANPROCESSMANUALLY() |
Determine if CANPROCESSMANUALLY has a value |
intensity¶
Prevents Wickr data from being recovered by overwriting deleted Wickr data. Valid Values: Must be one of [0, 20, 60, 100]
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENSITY() |
Getter for INTENSITY, with configurable default |
ASK_INTENSITY() |
Getter for INTENSITY w/ exceptions if field has no value |
HAS_INTENSITY() |
Determine if INTENSITY has a value |