/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const EventActions: { readonly Login: "login"; readonly LoginFailed: "login_failed"; readonly Logout: "logout"; readonly UserWrite: "user_write"; readonly SuspiciousRequest: "suspicious_request"; readonly PasswordSet: "password_set"; readonly SecretView: "secret_view"; readonly SecretRotate: "secret_rotate"; readonly InvitationUsed: "invitation_used"; readonly AuthorizeApplication: "authorize_application"; readonly SourceLinked: "source_linked"; readonly ImpersonationStarted: "impersonation_started"; readonly ImpersonationEnded: "impersonation_ended"; readonly FlowExecution: "flow_execution"; readonly PolicyExecution: "policy_execution"; readonly PolicyException: "policy_exception"; readonly PropertyMappingException: "property_mapping_exception"; readonly SystemTaskExecution: "system_task_execution"; readonly SystemTaskException: "system_task_exception"; readonly SystemException: "system_exception"; readonly ConfigurationError: "configuration_error"; readonly ModelCreated: "model_created"; readonly ModelUpdated: "model_updated"; readonly ModelDeleted: "model_deleted"; readonly EmailSent: "email_sent"; readonly UpdateAvailable: "update_available"; readonly Custom: "custom_"; readonly UnknownDefaultOpenApi: "11184809"; }; export type EventActions = typeof EventActions[keyof typeof EventActions]; export declare function instanceOfEventActions(value: any): boolean; export declare function EventActionsFromJSON(json: any): EventActions; export declare function EventActionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventActions; export declare function EventActionsToJSON(value?: EventActions | null): any; export declare function EventActionsToJSONTyped(value: any, ignoreDiscriminator: boolean): EventActions; //# sourceMappingURL=EventActions.d.ts.map