/** * 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 AppEnum: { readonly AuthentikTenants: "authentik.tenants"; readonly AuthentikAdmin: "authentik.admin"; readonly AuthentikApi: "authentik.api"; readonly AuthentikCrypto: "authentik.crypto"; readonly AuthentikFlows: "authentik.flows"; readonly AuthentikOutposts: "authentik.outposts"; readonly AuthentikPoliciesDummy: "authentik.policies.dummy"; readonly AuthentikPoliciesEventMatcher: "authentik.policies.event_matcher"; readonly AuthentikPoliciesExpiry: "authentik.policies.expiry"; readonly AuthentikPoliciesExpression: "authentik.policies.expression"; readonly AuthentikPoliciesGeoip: "authentik.policies.geoip"; readonly AuthentikPoliciesPassword: "authentik.policies.password"; readonly AuthentikPoliciesReputation: "authentik.policies.reputation"; readonly AuthentikPolicies: "authentik.policies"; readonly AuthentikProvidersLdap: "authentik.providers.ldap"; readonly AuthentikProvidersOauth2: "authentik.providers.oauth2"; readonly AuthentikProvidersProxy: "authentik.providers.proxy"; readonly AuthentikProvidersRac: "authentik.providers.rac"; readonly AuthentikProvidersRadius: "authentik.providers.radius"; readonly AuthentikProvidersSaml: "authentik.providers.saml"; readonly AuthentikProvidersScim: "authentik.providers.scim"; readonly AuthentikRbac: "authentik.rbac"; readonly AuthentikRecovery: "authentik.recovery"; readonly AuthentikSourcesKerberos: "authentik.sources.kerberos"; readonly AuthentikSourcesLdap: "authentik.sources.ldap"; readonly AuthentikSourcesOauth: "authentik.sources.oauth"; readonly AuthentikSourcesPlex: "authentik.sources.plex"; readonly AuthentikSourcesSaml: "authentik.sources.saml"; readonly AuthentikSourcesScim: "authentik.sources.scim"; readonly AuthentikStagesAuthenticator: "authentik.stages.authenticator"; readonly AuthentikStagesAuthenticatorDuo: "authentik.stages.authenticator_duo"; readonly AuthentikStagesAuthenticatorEmail: "authentik.stages.authenticator_email"; readonly AuthentikStagesAuthenticatorSms: "authentik.stages.authenticator_sms"; readonly AuthentikStagesAuthenticatorStatic: "authentik.stages.authenticator_static"; readonly AuthentikStagesAuthenticatorTotp: "authentik.stages.authenticator_totp"; readonly AuthentikStagesAuthenticatorValidate: "authentik.stages.authenticator_validate"; readonly AuthentikStagesAuthenticatorWebauthn: "authentik.stages.authenticator_webauthn"; readonly AuthentikStagesCaptcha: "authentik.stages.captcha"; readonly AuthentikStagesConsent: "authentik.stages.consent"; readonly AuthentikStagesDeny: "authentik.stages.deny"; readonly AuthentikStagesDummy: "authentik.stages.dummy"; readonly AuthentikStagesEmail: "authentik.stages.email"; readonly AuthentikStagesIdentification: "authentik.stages.identification"; readonly AuthentikStagesInvitation: "authentik.stages.invitation"; readonly AuthentikStagesPassword: "authentik.stages.password"; readonly AuthentikStagesPrompt: "authentik.stages.prompt"; readonly AuthentikStagesRedirect: "authentik.stages.redirect"; readonly AuthentikStagesUserDelete: "authentik.stages.user_delete"; readonly AuthentikStagesUserLogin: "authentik.stages.user_login"; readonly AuthentikStagesUserLogout: "authentik.stages.user_logout"; readonly AuthentikStagesUserWrite: "authentik.stages.user_write"; readonly AuthentikBrands: "authentik.brands"; readonly AuthentikBlueprints: "authentik.blueprints"; readonly AuthentikCore: "authentik.core"; readonly AuthentikEnterprise: "authentik.enterprise"; readonly AuthentikEnterpriseAudit: "authentik.enterprise.audit"; readonly AuthentikEnterprisePoliciesUniquePassword: "authentik.enterprise.policies.unique_password"; readonly AuthentikEnterpriseProvidersGoogleWorkspace: "authentik.enterprise.providers.google_workspace"; readonly AuthentikEnterpriseProvidersMicrosoftEntra: "authentik.enterprise.providers.microsoft_entra"; readonly AuthentikEnterpriseProvidersSsf: "authentik.enterprise.providers.ssf"; readonly AuthentikEnterpriseSearch: "authentik.enterprise.search"; readonly AuthentikEnterpriseStagesAuthenticatorEndpointGdtc: "authentik.enterprise.stages.authenticator_endpoint_gdtc"; readonly AuthentikEnterpriseStagesMtls: "authentik.enterprise.stages.mtls"; readonly AuthentikEnterpriseStagesSource: "authentik.enterprise.stages.source"; readonly AuthentikEvents: "authentik.events"; readonly UnknownDefaultOpenApi: "11184809"; }; export type AppEnum = typeof AppEnum[keyof typeof AppEnum]; export declare function instanceOfAppEnum(value: any): boolean; export declare function AppEnumFromJSON(json: any): AppEnum; export declare function AppEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppEnum; export declare function AppEnumToJSON(value?: AppEnum | null): any; export declare function AppEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): AppEnum; //# sourceMappingURL=AppEnum.d.ts.map