action cloudflare_access_key_configuration_get_the_access_key_configuration { label: "Get the Access key configuration" description: "Gets the Access key rotation settings for an account." provider: cloudflare method: GET path: "/accounts/{account_id}/access/keys" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Identifier." } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }