Skip to content
Start here

Settings

Get Enablement Setting for Zone
origin_tls_client_auth.settings.get(SettingGetParams**kwargs) -> SettingGetResponse
GET/zones/{zone_id}/origin_tls_client_auth/settings
Set Enablement for Zone
origin_tls_client_auth.settings.update(SettingUpdateParams**kwargs) -> SettingUpdateResponse
PUT/zones/{zone_id}/origin_tls_client_auth/settings
ModelsExpand Collapse
class SettingGetResponse:
enabled: Optional[bool]

Indicates whether zone-level authenticated origin pulls is enabled.

class SettingUpdateResponse:
enabled: Optional[bool]

Indicates whether zone-level authenticated origin pulls is enabled.