/AWS1/CL_MA2CUSTOMDATAIDS¶
Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_detections TYPE /AWS1/CL_MA2CUSTOMDETECTION=>TT_CUSTOMDETECTIONS TT_CUSTOMDETECTIONS¶
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
iv_totalcount TYPE /AWS1/MA2__LONG /AWS1/MA2__LONG¶
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
Queryable Attributes¶
detections¶
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETECTIONS() |
Getter for DETECTIONS, with configurable default |
ASK_DETECTIONS() |
Getter for DETECTIONS w/ exceptions if field has no value |
HAS_DETECTIONS() |
Determine if DETECTIONS has a value |
totalCount¶
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALCOUNT() |
Getter for TOTALCOUNT, with configurable default |
ASK_TOTALCOUNT() |
Getter for TOTALCOUNT w/ exceptions if field has no value |
HAS_TOTALCOUNT() |
Determine if TOTALCOUNT has a value |