/** * 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. */ /** * Preview how the current user is mapped via the property mappings selected in a provider * @export * @interface PropertyMappingPreview */ export interface PropertyMappingPreview { /** * * @type {{ [key: string]: any; }} * @memberof PropertyMappingPreview */ readonly preview: { [key: string]: any; }; } /** * Check if a given object implements the PropertyMappingPreview interface. */ export declare function instanceOfPropertyMappingPreview(value: object): value is PropertyMappingPreview; export declare function PropertyMappingPreviewFromJSON(json: any): PropertyMappingPreview; export declare function PropertyMappingPreviewFromJSONTyped(json: any, ignoreDiscriminator: boolean): PropertyMappingPreview; export declare function PropertyMappingPreviewToJSON(json: any): PropertyMappingPreview; export declare function PropertyMappingPreviewToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PropertyMappingPreview.d.ts.map