Skip to content
Start here

Gateway CA

List SSH Certificate Authorities (CA)
GET/accounts/{account_id}/access/gateway_ca
Add a new SSH Certificate Authority (CA)
POST/accounts/{account_id}/access/gateway_ca
Delete an SSH Certificate Authority (CA)
DELETE/accounts/{account_id}/access/gateway_ca/{certificate_id}
ModelsExpand Collapse
GatewayCAListResponse { id, public_key }
id: optional string

The key ID of this certificate.

public_key: optional string

The public key of this certificate.

GatewayCACreateResponse { id, public_key }
id: optional string

The key ID of this certificate.

public_key: optional string

The public key of this certificate.

GatewayCADeleteResponse { id }
id: optional string

UUID.

maxLength36