/AWS1/CL_CFSCONFORMANCEPACKC05¶
A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_score TYPE /AWS1/CFSCOMPLIANCESCORE /AWS1/CFSCOMPLIANCESCORE¶
Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of
INSUFFICIENT_DATA.
iv_conformancepackname TYPE /AWS1/CFSCONFORMANCEPACKNAME /AWS1/CFSCONFORMANCEPACKNAME¶
The name of the conformance pack.
iv_lastupdatedtime TYPE /AWS1/CFSLASTUPDATEDTIME /AWS1/CFSLASTUPDATEDTIME¶
The time that the conformance pack compliance score was last updated.
Queryable Attributes¶
Score¶
Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of
INSUFFICIENT_DATA.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCORE() |
Getter for SCORE, with configurable default |
ASK_SCORE() |
Getter for SCORE w/ exceptions if field has no value |
HAS_SCORE() |
Determine if SCORE has a value |
ConformancePackName¶
The name of the conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFORMANCEPACKNAME() |
Getter for CONFORMANCEPACKNAME, with configurable default |
ASK_CONFORMANCEPACKNAME() |
Getter for CONFORMANCEPACKNAME w/ exceptions if field has no |
HAS_CONFORMANCEPACKNAME() |
Determine if CONFORMANCEPACKNAME has a value |
LastUpdatedTime¶
The time that the conformance pack compliance score was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME 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_CONFORMANCEPACKCPLNCSCORES¶
TYPES TT_CONFORMANCEPACKCPLNCSCORES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSCONFORMANCEPACKC05 WITH DEFAULT KEY
.