Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1940,10 +1940,6 @@ components:
name:
type: string
description: The name of the service connection
folder:
type: string
description: The folder containing the service connection
default: Service Connections
ipsec_tunnel:
type: string
onboarding_type:
Expand Down Expand Up @@ -2019,7 +2015,6 @@ components:
required:
- id
- name
- folder
- ipsec_tunnel
- region
service-connection-groups:
Expand All @@ -2033,10 +2028,6 @@ components:
example: 123e4567-e89b-12d3-a456-426655440000
name:
type: string
folder:
type: string
description: The folder containing the service connection group
default: Service Connections
disable_snat:
type: boolean
pbf_only:
Expand All @@ -2048,7 +2039,6 @@ components:
required:
- id
- name
- folder
- target
shared-infrastructure-settings:
type: object
Expand Down
Loading