Skip to content

/AWS1/CL_MA2SENSITIVEDATAITEM

Provides information about the category, types, and occurrences of sensitive data that produced a sensitive data finding.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_category TYPE /AWS1/MA2SENSITIVEDATAITEMCAT /AWS1/MA2SENSITIVEDATAITEMCAT

The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.

it_detections TYPE /AWS1/CL_MA2DEFAULTDETECTION=>TT_DEFAULTDETECTIONS TT_DEFAULTDETECTIONS

An array of objects, one for each type of sensitive data that was detected. Each object reports the number of occurrences of a specific type of sensitive data that was detected, and the location of up to 15 of those occurrences.

iv_totalcount TYPE /AWS1/MA2__LONG /AWS1/MA2__LONG

The total number of occurrences of the sensitive data that was detected.


Queryable Attributes

category

The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.

Accessible with the following methods

Method Description
GET_CATEGORY() Getter for CATEGORY, with configurable default
ASK_CATEGORY() Getter for CATEGORY w/ exceptions if field has no value
HAS_CATEGORY() Determine if CATEGORY has a value

detections

An array of objects, one for each type of sensitive data that was detected. Each object reports the number of occurrences of a specific type of sensitive data that was detected, and the location of up to 15 of those occurrences.

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 sensitive data that was detected.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SENSITIVEDATA

TYPES TT_SENSITIVEDATA TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2SENSITIVEDATAITEM WITH DEFAULT KEY
.