URL Object
Location in GUI: Objects
» Object Management
» URL
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
urls | List | [urls] | No |
urls (fmc.domains.objects)
Section titled “urls (fmc.domains.objects)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | Yes | |
url | String | Yes | ||
description | String | max: 255 | No |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: urls: - name: MyURLName1 url: "https://www.cisco.com"