/** * 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. */ /** * SCIMSourcePropertyMapping Serializer * @export * @interface PatchedSCIMSourcePropertyMappingRequest */ export interface PatchedSCIMSourcePropertyMappingRequest { /** * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. * @type {string} * @memberof PatchedSCIMSourcePropertyMappingRequest */ managed?: string | null; /** * * @type {string} * @memberof PatchedSCIMSourcePropertyMappingRequest */ name?: string; /** * * @type {string} * @memberof PatchedSCIMSourcePropertyMappingRequest */ expression?: string; } /** * Check if a given object implements the PatchedSCIMSourcePropertyMappingRequest interface. */ export declare function instanceOfPatchedSCIMSourcePropertyMappingRequest(value: object): value is PatchedSCIMSourcePropertyMappingRequest; export declare function PatchedSCIMSourcePropertyMappingRequestFromJSON(json: any): PatchedSCIMSourcePropertyMappingRequest; export declare function PatchedSCIMSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedSCIMSourcePropertyMappingRequest; export declare function PatchedSCIMSourcePropertyMappingRequestToJSON(json: any): PatchedSCIMSourcePropertyMappingRequest; export declare function PatchedSCIMSourcePropertyMappingRequestToJSONTyped(value?: PatchedSCIMSourcePropertyMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedSCIMSourcePropertyMappingRequest.d.ts.map