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}