Skip to content
Start here

Connectivity Settings

Get Zero Trust Connectivity Settings
zero_trust.connectivity_settings.get(ConnectivitySettingGetParams**kwargs) -> ConnectivitySettingGetResponse
GET/accounts/{account_id}/zerotrust/connectivity_settings
Updates the Zero Trust Connectivity Settings
zero_trust.connectivity_settings.edit(ConnectivitySettingEditParams**kwargs) -> ConnectivitySettingEditResponse
PATCH/accounts/{account_id}/zerotrust/connectivity_settings
ModelsExpand Collapse
class ConnectivitySettingGetResponse:
icmp_proxy_enabled: Optional[bool]

A flag to enable the ICMP proxy for the account network.

offramp_warp_enabled: Optional[bool]

A flag to enable WARP to WARP traffic.

class ConnectivitySettingEditResponse:
icmp_proxy_enabled: Optional[bool]

A flag to enable the ICMP proxy for the account network.

offramp_warp_enabled: Optional[bool]

A flag to enable WARP to WARP traffic.