Skip to content

/AWS1/CL_INSFINDING

Contains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/INSARN /AWS1/INSARN

The ARN that specifies the finding.

it_attributes TYPE /AWS1/CL_INSATTRIBUTE=>TT_ATTRIBUTELIST TT_ATTRIBUTELIST

The system-defined attributes for the finding.

it_userattributes TYPE /AWS1/CL_INSATTRIBUTE=>TT_USERATTRIBUTELIST TT_USERATTRIBUTELIST

The user-defined attributes that are assigned to the finding.

iv_createdat TYPE /AWS1/INSTIMESTAMP /AWS1/INSTIMESTAMP

The time when the finding was generated.

iv_updatedat TYPE /AWS1/INSTIMESTAMP /AWS1/INSTIMESTAMP

The time when AddAttributesToFindings is called.

Optional arguments:

iv_schemaversion TYPE /AWS1/INSNUMERICVERSION /AWS1/INSNUMERICVERSION

The schema version of this data type.

iv_service TYPE /AWS1/INSSERVICENAME /AWS1/INSSERVICENAME

The data element is set to "Inspector".

io_serviceattributes TYPE REF TO /AWS1/CL_INSINSPECTORSVCATTRS /AWS1/CL_INSINSPECTORSVCATTRS

This data type is used in the Finding data type.

iv_assettype TYPE /AWS1/INSASSETTYPE /AWS1/INSASSETTYPE

The type of the host from which the finding is generated.

io_assetattributes TYPE REF TO /AWS1/CL_INSASSETATTRIBUTES /AWS1/CL_INSASSETATTRIBUTES

A collection of attributes of the host from which the finding is generated.

iv_id TYPE /AWS1/INSFINDINGID /AWS1/INSFINDINGID

The ID of the finding.

iv_title TYPE /AWS1/INSTEXT /AWS1/INSTEXT

The name of the finding.

iv_description TYPE /AWS1/INSTEXT /AWS1/INSTEXT

The description of the finding.

iv_recommendation TYPE /AWS1/INSTEXT /AWS1/INSTEXT

The recommendation for the finding.

iv_severity TYPE /AWS1/INSSEVERITY /AWS1/INSSEVERITY

The finding severity. Values can be set to High, Medium, Low, and Informational.

iv_numericseverity TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The numeric value of the finding severity.

iv_confidence TYPE /AWS1/INSIOCCONFIDENCE /AWS1/INSIOCCONFIDENCE

This data element is currently not used.

iv_indicatorofcompromise TYPE /AWS1/INSBOOL /AWS1/INSBOOL

This data element is currently not used.


Queryable Attributes

arn

The ARN that specifies the finding.

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

schemaVersion

The schema version of this data type.

Accessible with the following methods

Method Description
GET_SCHEMAVERSION() Getter for SCHEMAVERSION

service

The data element is set to "Inspector".

Accessible with the following methods

Method Description
GET_SERVICE() Getter for SERVICE, with configurable default
ASK_SERVICE() Getter for SERVICE w/ exceptions if field has no value
HAS_SERVICE() Determine if SERVICE has a value

serviceAttributes

This data type is used in the Finding data type.

Accessible with the following methods

Method Description
GET_SERVICEATTRIBUTES() Getter for SERVICEATTRIBUTES

assetType

The type of the host from which the finding is generated.

Accessible with the following methods

Method Description
GET_ASSETTYPE() Getter for ASSETTYPE, with configurable default
ASK_ASSETTYPE() Getter for ASSETTYPE w/ exceptions if field has no value
HAS_ASSETTYPE() Determine if ASSETTYPE has a value

assetAttributes

A collection of attributes of the host from which the finding is generated.

Accessible with the following methods

Method Description
GET_ASSETATTRIBUTES() Getter for ASSETATTRIBUTES

id

The ID of the finding.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

title

The name of the finding.

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE, with configurable default
ASK_TITLE() Getter for TITLE w/ exceptions if field has no value
HAS_TITLE() Determine if TITLE has a value

description

The description of the finding.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

recommendation

The recommendation for the finding.

Accessible with the following methods

Method Description
GET_RECOMMENDATION() Getter for RECOMMENDATION, with configurable default
ASK_RECOMMENDATION() Getter for RECOMMENDATION w/ exceptions if field has no valu
HAS_RECOMMENDATION() Determine if RECOMMENDATION has a value

severity

The finding severity. Values can be set to High, Medium, Low, and Informational.

Accessible with the following methods

Method Description
GET_SEVERITY() Getter for SEVERITY, with configurable default
ASK_SEVERITY() Getter for SEVERITY w/ exceptions if field has no value
HAS_SEVERITY() Determine if SEVERITY has a value

numericSeverity

The numeric value of the finding severity.

Accessible with the following methods

Method Description
GET_NUMERICSEVERITY() Getter for NUMERICSEVERITY
ASK_NUMERICSEVERITY() Getter for NUMERICSEVERITY w/ exceptions if field has no val
STR_NUMERICSEVERITY() String format for NUMERICSEVERITY

confidence

This data element is currently not used.

Accessible with the following methods

Method Description
GET_CONFIDENCE() Getter for CONFIDENCE

indicatorOfCompromise

This data element is currently not used.

Accessible with the following methods

Method Description
GET_INDICATOROFCOMPROMISE() Getter for INDICATOROFCOMPROMISE, with configurable default
ASK_INDICATOROFCOMPROMISE() Getter for INDICATOROFCOMPROMISE w/ exceptions if field has
HAS_INDICATOROFCOMPROMISE() Determine if INDICATOROFCOMPROMISE has a value

attributes

The system-defined attributes for the finding.

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES, with configurable default
ASK_ATTRIBUTES() Getter for ATTRIBUTES w/ exceptions if field has no value
HAS_ATTRIBUTES() Determine if ATTRIBUTES has a value

userAttributes

The user-defined attributes that are assigned to the finding.

Accessible with the following methods

Method Description
GET_USERATTRIBUTES() Getter for USERATTRIBUTES, with configurable default
ASK_USERATTRIBUTES() Getter for USERATTRIBUTES w/ exceptions if field has no valu
HAS_USERATTRIBUTES() Determine if USERATTRIBUTES has a value

createdAt

The time when the finding was generated.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The time when AddAttributesToFindings is called.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_FINDINGLIST

TYPES TT_FINDINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_INSFINDING WITH DEFAULT KEY
.