Service Access
Location in GUI: Objects » Object Management » Access List » Service Access
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| service_accesses | List | [service_accesses] | No |
service_accesses (fmc.domains.objects)
Section titled “service_accesses (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| default_action | Choice | DENY, ALLOW | Yes | |
| rules | List | [rules] | No |
rules (fmc.domains.objects.service_accesses)
Section titled “rules (fmc.domains.objects.service_accesses)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| action | Choice | DENY, ALLOW | Yes | |
| id | Integer | min: 1, max: 20000 | Yes | |
| geolocation_sources | List | String | No |
Examples
Section titled “Examples”Pre-requisites:
existing: fmc: domains: - name: Global objects: countries: - name: Poland - name: Germany continents: - name: North America
fmc: domains: - name: Global objects: geolocations: - name: MyGeoLocationName1 countries: - Poland - Germany continents: - North Americafmc: domains: - name: Global objects: service_accesses: - name: MyServiceAccessName1 default_action: DENY rules: - action: ALLOW id: 1 geolocation_sources: - MyGeoLocationName1 - action: ALLOW id: 2 geolocation_sources: - Poland - action: ALLOW id: 3 geolocation_sources: - North America