/AWS1/CL_MA2CUSTOMDETECTION¶
Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/MA2__STRING
/AWS1/MA2__STRING
¶
The unique identifier for the custom data identifier.
iv_count
TYPE /AWS1/MA2__LONG
/AWS1/MA2__LONG
¶
The total number of occurrences of the sensitive data that the custom data identifier detected.
iv_name
TYPE /AWS1/MA2__STRING
/AWS1/MA2__STRING
¶
The name of the custom data identifier.
io_occurrences
TYPE REF TO /AWS1/CL_MA2OCCURRENCES
/AWS1/CL_MA2OCCURRENCES
¶
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
Queryable Attributes¶
arn¶
The unique identifier for the custom data identifier.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
count¶
The total number of occurrences of the sensitive data that the custom data identifier detected.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT has a value |
name¶
The name of the custom data identifier.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
occurrences¶
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OCCURRENCES() |
Getter for OCCURRENCES |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CUSTOMDETECTIONS
¶
TYPES TT_CUSTOMDETECTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2CUSTOMDETECTION WITH DEFAULT KEY
.