ApplicationFilterCondition
Description
Contains filter values that are ANDed together, thus restricting the selection of applications. Applications can be matched by name or application property value. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| risks | False | [ object ] | A list of application risks. | |||
| productivities | False | [ object ] | A list of application business relevance values. | |||
| tags | False | [ object ] |
A list of application tags.
Allowed types are: [ ApplicationTag ] |
|||
| categories | False | [ object ] |
A list of application categories.
Allowed types are: [ ApplicationCategory ] |
|||
| filter | False | string |
A text string that matches application names.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
| applicationTypes | False | [ object ] | A list of application types | |||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||