/AWS1/CL_INSASSESSMENTTMPLFILT¶
Used as the request parameter in the ListAssessmentTemplates action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_namepattern TYPE /AWS1/INSNAMEPATTERN /AWS1/INSNAMEPATTERN¶
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.
io_durationrange TYPE REF TO /AWS1/CL_INSDURATIONRANGE /AWS1/CL_INSDURATIONRANGE¶
For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.
it_rulespackagearns TYPE /AWS1/CL_INSFILTRLSPACKAGEAR00=>TT_FILTERRULESPACKAGEARNLIST TT_FILTERRULESPACKAGEARNLIST¶
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
Queryable Attributes¶
namePattern¶
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMEPATTERN() |
Getter for NAMEPATTERN, with configurable default |
ASK_NAMEPATTERN() |
Getter for NAMEPATTERN w/ exceptions if field has no value |
HAS_NAMEPATTERN() |
Determine if NAMEPATTERN has a value |
durationRange¶
For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATIONRANGE() |
Getter for DURATIONRANGE |
rulesPackageArns¶
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULESPACKAGEARNS() |
Getter for RULESPACKAGEARNS, with configurable default |
ASK_RULESPACKAGEARNS() |
Getter for RULESPACKAGEARNS w/ exceptions if field has no va |
HAS_RULESPACKAGEARNS() |
Determine if RULESPACKAGEARNS has a value |