Application Filter
Location in GUI: Objects » Object Management » Application Filters
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| application_filters | List | [application_filters] | No |
application_filters (fmc.domains.objects)
Section titled “application_filters (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| applications | List | String | No | |
| filters | List | [filters] | No |
filters (fmc.domains.objects.application_filters)
Section titled “filters (fmc.domains.objects.application_filters)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| business_relevances | List | String | No | |
| categories | List | String | No | |
| risks | List | String | No | |
| tags | List | String | No | |
| types | List | String | No |
Examples
Section titled “Examples”Prerequisites:
existing: fmc: domains: - name: Global objects: applications: - name: 10Web - name: 1Password application_filters: types: - name: Server - name: Client - name: Webapp tags: - name: bundles software - name: business impact - name: content provider risks: - name: Very Low - name: Low - name: Medium categories: - name: active directory - name: ad portal - name: application development and testing business_relevances: - name: Very Low - name: Low - name: MediumApplication Filter:
fmc: domains: - name: Global objects: application_filters: - name: MyApplicationFilter1 applications: - 10Web - 1Password - name: MyApplicationFilter2 filters: - types: - Server - Client tags: - bundles software - business impact - risks: - Very Low - Low categories: - active directory - ad portal - business_relevances: - Very Low - Low