action maif_find_global_auth_module_by_id { label: "Get one global auth. module configs" description: "Get one global auth. module configs" provider: maif method: GET path: "/api/auths/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }