Skip to content

/AWS1/CL_IOTSBOMVALIDATIONRS00

A summary of the validation results for a specific software bill of materials (SBOM) attached to a software package version.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FILENAME TYPE /AWS1/IOTFILENAME /AWS1/IOTFILENAME

The name of the SBOM file.

IV_VALIDATIONRESULT TYPE /AWS1/IOTSBOMVALIDATIONRESULT /AWS1/IOTSBOMVALIDATIONRESULT

The end result of the SBOM validation.

IV_ERRORCODE TYPE /AWS1/IOTSBOMVALIDATIONERRCODE /AWS1/IOTSBOMVALIDATIONERRCODE

The errorCode representing the validation failure error if the SBOM validation failed.

IV_ERRORMESSAGE TYPE /AWS1/IOTSBOMVALIDATIONERRMSG /AWS1/IOTSBOMVALIDATIONERRMSG

The errorMessage representing the validation failure error if the SBOM validation failed.


Queryable Attributes

fileName

The name of the SBOM file.

Accessible with the following methods

Method Description
GET_FILENAME() Getter for FILENAME, with configurable default
ASK_FILENAME() Getter for FILENAME w/ exceptions if field has no value
HAS_FILENAME() Determine if FILENAME has a value

validationResult

The end result of the SBOM validation.

Accessible with the following methods

Method Description
GET_VALIDATIONRESULT() Getter for VALIDATIONRESULT, with configurable default
ASK_VALIDATIONRESULT() Getter for VALIDATIONRESULT w/ exceptions if field has no va
HAS_VALIDATIONRESULT() Determine if VALIDATIONRESULT has a value

errorCode

The errorCode representing the validation failure error if the SBOM validation failed.

Accessible with the following methods

Method Description
GET_ERRORCODE() Getter for ERRORCODE, with configurable default
ASK_ERRORCODE() Getter for ERRORCODE w/ exceptions if field has no value
HAS_ERRORCODE() Determine if ERRORCODE has a value

errorMessage

The errorMessage representing the validation failure error if the SBOM validation failed.

Accessible with the following methods

Method Description
GET_ERRORMESSAGE() Getter for ERRORMESSAGE, with configurable default
ASK_ERRORMESSAGE() Getter for ERRORMESSAGE w/ exceptions if field has no value
HAS_ERRORMESSAGE() Determine if ERRORMESSAGE 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_SBOMVALIDATIONRSLTSUMMLIST

TYPES TT_SBOMVALIDATIONRSLTSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTSBOMVALIDATIONRS00 WITH DEFAULT KEY
.