Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 7.44 KB

File metadata and controls

87 lines (63 loc) · 7.44 KB

OriginTLSClientAuth

Types:

from cloudflare.types.origin_tls_client_auth import (
    OriginTLSClientAuthCreateResponse,
    OriginTLSClientAuthListResponse,
    OriginTLSClientAuthDeleteResponse,
    OriginTLSClientAuthGetResponse,
)

Methods:

ZoneCertificates

Types:

from cloudflare.types.origin_tls_client_auth import (
    ZoneAuthenticatedOriginPull,
    ZoneCertificateCreateResponse,
    ZoneCertificateListResponse,
    ZoneCertificateDeleteResponse,
    ZoneCertificateGetResponse,
)

Methods:

Hostnames

Types:

from cloudflare.types.origin_tls_client_auth import AuthenticatedOriginPull, HostnameUpdateResponse

Methods:

HostnameCertificates

Types:

from cloudflare.types.origin_tls_client_auth import (
    Certificate,
    HostnameCertificateCreateResponse,
    HostnameCertificateListResponse,
    HostnameCertificateDeleteResponse,
    HostnameCertificateGetResponse,
)

Methods:

Settings

Types:

from cloudflare.types.origin_tls_client_auth import SettingUpdateResponse, SettingGetResponse

Methods: