Skip to content
Start here

Gateway CA

List SSH Certificate Authorities (CA)
client.zeroTrust.access.gatewayCA.list(GatewayCAListParams { account_id } params, RequestOptionsoptions?): SinglePage<GatewayCAListResponse { id, public_key } >
GET/accounts/{account_id}/access/gateway_ca
Add a new SSH Certificate Authority (CA)
client.zeroTrust.access.gatewayCA.create(GatewayCACreateParams { account_id } params, RequestOptionsoptions?): GatewayCACreateResponse { id, public_key }
POST/accounts/{account_id}/access/gateway_ca
Delete an SSH Certificate Authority (CA)
client.zeroTrust.access.gatewayCA.delete(stringcertificateId, GatewayCADeleteParams { account_id } params, RequestOptionsoptions?): GatewayCADeleteResponse { id }
DELETE/accounts/{account_id}/access/gateway_ca/{certificate_id}
ModelsExpand Collapse
GatewayCAListResponse { id, public_key }
id?: string

The key ID of this certificate.

public_key?: string

The public key of this certificate.

GatewayCACreateResponse { id, public_key }
id?: string

The key ID of this certificate.

public_key?: string

The public key of this certificate.

GatewayCADeleteResponse { id }
id?: string

UUID.

maxLength36