action cloudflare_access_gateway_ca_list_ssh_ca { label: "List SSH Certificate Authorities (CA)" description: "Lists SSH Certificate Authorities (CA)." provider: cloudflare method: GET path: "/accounts/{account_id}/access/gateway_ca" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Identifier." } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }