Skip to content

/AWS1/CL_REVFINDINGSUMMARY

Contains summary information about a finding.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_servicearn TYPE /AWS1/REVARN /AWS1/REVARN

ARN identifier.

iv_findingid TYPE /AWS1/REVUUID /AWS1/REVUUID

The unique identifier of the finding.

iv_name TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The name of the finding.

iv_description TYPE /AWS1/REVENTITYDESCRIPTION /AWS1/REVENTITYDESCRIPTION

Resource description.

iv_failurecategory TYPE /AWS1/REVFAILURECATEGORY /AWS1/REVFAILURECATEGORY

The failure category of the finding.

iv_severity TYPE /AWS1/REVFINDINGSEVERITY /AWS1/REVFINDINGSEVERITY

The severity of the finding.

iv_status TYPE /AWS1/REVFINDINGSTATUS /AWS1/REVFINDINGSTATUS

The current status of the finding.

iv_policycomponent TYPE /AWS1/REVPOLICYCOMPONENT /AWS1/REVPOLICYCOMPONENT

The policy component associated with the finding.

iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp when the finding was last updated.


Queryable Attributes

serviceArn

ARN identifier.

Accessible with the following methods

Method Description
GET_SERVICEARN() Getter for SERVICEARN, with configurable default
ASK_SERVICEARN() Getter for SERVICEARN w/ exceptions if field has no value
HAS_SERVICEARN() Determine if SERVICEARN has a value

findingId

The unique identifier of the finding.

Accessible with the following methods

Method Description
GET_FINDINGID() Getter for FINDINGID, with configurable default
ASK_FINDINGID() Getter for FINDINGID w/ exceptions if field has no value
HAS_FINDINGID() Determine if FINDINGID has a value

name

The name of the finding.

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

description

Resource description.

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

failureCategory

The failure category of the finding.

Accessible with the following methods

Method Description
GET_FAILURECATEGORY() Getter for FAILURECATEGORY, with configurable default
ASK_FAILURECATEGORY() Getter for FAILURECATEGORY w/ exceptions if field has no val
HAS_FAILURECATEGORY() Determine if FAILURECATEGORY has a value

severity

The severity of the finding.

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

status

The current status of the finding.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

policyComponent

The policy component associated with the finding.

Accessible with the following methods

Method Description
GET_POLICYCOMPONENT() Getter for POLICYCOMPONENT, with configurable default
ASK_POLICYCOMPONENT() Getter for POLICYCOMPONENT w/ exceptions if field has no val
HAS_POLICYCOMPONENT() Determine if POLICYCOMPONENT has a value

updatedAt

The timestamp when the finding was last updated.

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_FINDINGSLIST

TYPES TT_FINDINGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVFINDINGSUMMARY WITH DEFAULT KEY
.