Skip to content
Start here

Gateway CA

List SSH Certificate Authorities (CA)
zero_trust.access.gateway_ca.list(GatewayCAListParams**kwargs) -> SyncSinglePage[GatewayCAListResponse]
GET/accounts/{account_id}/access/gateway_ca
Add a new SSH Certificate Authority (CA)
zero_trust.access.gateway_ca.create(GatewayCACreateParams**kwargs) -> GatewayCACreateResponse
POST/accounts/{account_id}/access/gateway_ca
Delete an SSH Certificate Authority (CA)
zero_trust.access.gateway_ca.delete(strcertificate_id, GatewayCADeleteParams**kwargs) -> GatewayCADeleteResponse
DELETE/accounts/{account_id}/access/gateway_ca/{certificate_id}
ModelsExpand Collapse
class GatewayCAListResponse:
id: Optional[str]

The key ID of this certificate.

public_key: Optional[str]

The public key of this certificate.

class GatewayCACreateResponse:
id: Optional[str]

The key ID of this certificate.

public_key: Optional[str]

The public key of this certificate.

class GatewayCADeleteResponse:
id: Optional[str]

UUID.

maxLength36