action cloudflare_access_authenticator_device_aaguids_list { label: "List authenticator device AAGUIDs" description: "Returns a list of Authenticator Device AAGUIDs for MFA configuration." provider: cloudflare method: GET path: "/accounts/{account_id}/access/authenticator_device_aaguids" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Identifier." } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }