/** * 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 GroupMatchingModeEnum: { readonly Identifier: "identifier"; readonly NameLink: "name_link"; readonly NameDeny: "name_deny"; readonly UnknownDefaultOpenApi: "11184809"; }; export type GroupMatchingModeEnum = typeof GroupMatchingModeEnum[keyof typeof GroupMatchingModeEnum]; export declare function instanceOfGroupMatchingModeEnum(value: any): boolean; export declare function GroupMatchingModeEnumFromJSON(json: any): GroupMatchingModeEnum; export declare function GroupMatchingModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupMatchingModeEnum; export declare function GroupMatchingModeEnumToJSON(value?: GroupMatchingModeEnum | null): any; export declare function GroupMatchingModeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): GroupMatchingModeEnum; //# sourceMappingURL=GroupMatchingModeEnum.d.ts.map