/** * 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. */ /** * LDAP PropertyMapping Serializer * @export * @interface PatchedLDAPSourcePropertyMappingRequest */ export interface PatchedLDAPSourcePropertyMappingRequest { /** * 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 PatchedLDAPSourcePropertyMappingRequest */ managed?: string | null; /** * * @type {string} * @memberof PatchedLDAPSourcePropertyMappingRequest */ name?: string; /** * * @type {string} * @memberof PatchedLDAPSourcePropertyMappingRequest */ expression?: string; } /** * Check if a given object implements the PatchedLDAPSourcePropertyMappingRequest interface. */ export declare function instanceOfPatchedLDAPSourcePropertyMappingRequest(value: object): value is PatchedLDAPSourcePropertyMappingRequest; export declare function PatchedLDAPSourcePropertyMappingRequestFromJSON(json: any): PatchedLDAPSourcePropertyMappingRequest; export declare function PatchedLDAPSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedLDAPSourcePropertyMappingRequest; export declare function PatchedLDAPSourcePropertyMappingRequestToJSON(json: any): PatchedLDAPSourcePropertyMappingRequest; export declare function PatchedLDAPSourcePropertyMappingRequestToJSONTyped(value?: PatchedLDAPSourcePropertyMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedLDAPSourcePropertyMappingRequest.d.ts.map