action cloudflare_access_mtls_authentication_list_mtls_certificates_hostname_setti { label: "List all mTLS hostname settings" description: "List all mTLS hostname settings for this account." provider: cloudflare method: GET path: "/accounts/{account_id}/access/certificates/settings" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Identifier." } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }