/** * 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 ProviderModelEnum: { readonly AuthentikProvidersGoogleWorkspaceGoogleworkspaceprovider: "authentik_providers_google_workspace.googleworkspaceprovider"; readonly AuthentikProvidersLdapLdapprovider: "authentik_providers_ldap.ldapprovider"; readonly AuthentikProvidersMicrosoftEntraMicrosoftentraprovider: "authentik_providers_microsoft_entra.microsoftentraprovider"; readonly AuthentikProvidersOauth2Oauth2provider: "authentik_providers_oauth2.oauth2provider"; readonly AuthentikProvidersProxyProxyprovider: "authentik_providers_proxy.proxyprovider"; readonly AuthentikProvidersRacRacprovider: "authentik_providers_rac.racprovider"; readonly AuthentikProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider"; readonly AuthentikProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider"; readonly AuthentikProvidersScimScimprovider: "authentik_providers_scim.scimprovider"; readonly AuthentikProvidersSsfSsfprovider: "authentik_providers_ssf.ssfprovider"; readonly UnknownDefaultOpenApi: "11184809"; }; export type ProviderModelEnum = typeof ProviderModelEnum[keyof typeof ProviderModelEnum]; export declare function instanceOfProviderModelEnum(value: any): boolean; export declare function ProviderModelEnumFromJSON(json: any): ProviderModelEnum; export declare function ProviderModelEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderModelEnum; export declare function ProviderModelEnumToJSON(value?: ProviderModelEnum | null): any; export declare function ProviderModelEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ProviderModelEnum; //# sourceMappingURL=ProviderModelEnum.d.ts.map