Gateway CA
List SSH Certificate Authorities (CA)
client.ZeroTrust.Access.GatewayCA.List(ctx, query) (*SinglePage[AccessGatewayCAListResponse], error)
GET/accounts/{account_id}/access/gateway_ca
Add a new SSH Certificate Authority (CA)
client.ZeroTrust.Access.GatewayCA.New(ctx, body) (*AccessGatewayCANewResponse, error)
POST/accounts/{account_id}/access/gateway_ca
Delete an SSH Certificate Authority (CA)
client.ZeroTrust.Access.GatewayCA.Delete(ctx, certificateID, body) (*AccessGatewayCADeleteResponse, error)
DELETE/accounts/{account_id}/access/gateway_ca/{certificate_id}