action cloudflare_access_idp_federation_grants_list { label: "List IdP federation grants" description: "Lists the IdP federation grants owned by the account." provider: cloudflare method: GET path: "/accounts/{account_id}/access/idp_federation_grants" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Identifier." } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }