/AWS1/CL_DSRASSESSMENTREPORT¶
Contains the results of validation tests performed against a specific domain controller during a directory assessment.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_domaincontrollerip
TYPE /AWS1/DSRIPADDR
/AWS1/DSRIPADDR
¶
The IP address of the domain controller that was tested during the assessment.
it_validations
TYPE /AWS1/CL_DSRASSESSMENTVALIDA00=>TT_ASSESSMENTVALIDATIONS
TT_ASSESSMENTVALIDATIONS
¶
A list of validation results for different test categories performed against this domain controller.
Queryable Attributes¶
DomainControllerIp¶
The IP address of the domain controller that was tested during the assessment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOMAINCONTROLLERIP() |
Getter for DOMAINCONTROLLERIP, with configurable default |
ASK_DOMAINCONTROLLERIP() |
Getter for DOMAINCONTROLLERIP w/ exceptions if field has no |
HAS_DOMAINCONTROLLERIP() |
Determine if DOMAINCONTROLLERIP has a value |
Validations¶
A list of validation results for different test categories performed against this domain controller.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALIDATIONS() |
Getter for VALIDATIONS, with configurable default |
ASK_VALIDATIONS() |
Getter for VALIDATIONS w/ exceptions if field has no value |
HAS_VALIDATIONS() |
Determine if VALIDATIONS 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_ASSESSMENTREPORTS
¶
TYPES TT_ASSESSMENTREPORTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSRASSESSMENTREPORT WITH DEFAULT KEY
.