Variable COMPLIANCE_STATUSConst
COMPLIANCE_STATUS: {
FULLY_COMPLIANT: string;
SUBSTANTIALLY_COMPLIANT: string;
BASIC_COMPLIANCE: string;
MINIMAL_COMPLIANCE: string;
NON_COMPLIANT: string;
} = ...
Type Declaration
-
FULLY_COMPLIANT: string
-
SUBSTANTIALLY_COMPLIANT: string
-
BASIC_COMPLIANCE: string
-
MINIMAL_COMPLIANCE: string
-
NON_COMPLIANT: string
Human-readable compliance status message strings keyed by compliance level