action maif_find_all_global_auth_modules { label: "Get all global auth. module configs" description: "Get all global auth. module configs" provider: maif method: GET path: "/api/auths" encoding: json output: { type: "array" items: { type: "object" } } }