Skip to content
Start here

CAs

List short-lived certificate CAs
GET/{accounts_or_zones}/{account_or_zone_id}/access/apps/ca
Get a short-lived certificate CA
GET/{accounts_or_zones}/{account_or_zone_id}/access/apps/{app_id}/ca
Create a short-lived certificate CA
POST/{accounts_or_zones}/{account_or_zone_id}/access/apps/{app_id}/ca
Delete a short-lived certificate CA
DELETE/{accounts_or_zones}/{account_or_zone_id}/access/apps/{app_id}/ca
ModelsExpand Collapse
CA { id, aud, public_key }
id: optional string

The ID of the CA.

maxLength48
aud: optional string

The Application Audience (AUD) tag. Identifies the application associated with the CA.

maxLength64
public_key: optional string

The public key to add to your SSH server configuration.

CADeleteResponse { id }
id: optional string

The ID of the CA.

maxLength48