action keycloak_post_realm_authentication_executions { label: "Add new authentication execution" provider: keycloak method: POST path: "/{realm}/authentication/executions" encoding: json input: { type: "object" properties: { authenticator: { type: "string" } authenticatorConfig: { type: "string" } authenticatorFlow: { type: "boolean" } autheticatorFlow: { type: "boolean" } flowId: { type: "string" } id: { type: "string" } parentFlow: { type: "string" } priority: { type: "integer" format: "int32" } requirement: { type: "string" } } } output: { type: "object" additionalProperties: true } }