/AWS1/CL_MA2DEFAULTDETECTION¶
Provides information about a type of sensitive data that was detected by a managed data identifier and produced a sensitive data finding.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_count
TYPE /AWS1/MA2__LONG
/AWS1/MA2__LONG
¶
The total number of occurrences of the type of sensitive data that was detected.
io_occurrences
TYPE REF TO /AWS1/CL_MA2OCCURRENCES
/AWS1/CL_MA2OCCURRENCES
¶
The location of 1-15 occurrences of the sensitive data that was detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
iv_type
TYPE /AWS1/MA2__STRING
/AWS1/MA2__STRING
¶
The type of sensitive data that was detected. For example, AWS_CREDENTIALS, PHONE_NUMBER, or ADDRESS.
Queryable Attributes¶
count¶
The total number of occurrences of the type of sensitive data that was 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 |
occurrences¶
The location of 1-15 occurrences of the sensitive data that was 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 |
type¶
The type of sensitive data that was detected. For example, AWS_CREDENTIALS, PHONE_NUMBER, or ADDRESS.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DEFAULTDETECTIONS
¶
TYPES TT_DEFAULTDETECTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2DEFAULTDETECTION WITH DEFAULT KEY
.