/AWS1/CL_SAGBATCHDELPNTSTSOUT¶
Output for the BatchDeletePentests operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_deleted TYPE /AWS1/CL_SAGPENTEST=>TT_PENTESTLIST TT_PENTESTLIST¶
The list of pentests that were successfully deleted.
it_failed TYPE /AWS1/CL_SAGDELETEPNTSTFAILURE=>TT_DELETEPENTESTFAILURELIST TT_DELETEPENTESTFAILURELIST¶
The list of pentests that failed to delete, including the reason for each failure.
Queryable Attributes¶
deleted¶
The list of pentests that were successfully deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETED() |
Getter for DELETED, with configurable default |
ASK_DELETED() |
Getter for DELETED w/ exceptions if field has no value |
HAS_DELETED() |
Determine if DELETED has a value |
failed¶
The list of pentests that failed to delete, including the reason for each failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |