/** * 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. */ /** * OAuthSourcePropertyMapping Serializer * @export * @interface PatchedOAuthSourcePropertyMappingRequest */ export interface PatchedOAuthSourcePropertyMappingRequest { /** * 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 PatchedOAuthSourcePropertyMappingRequest */ managed?: string | null; /** * * @type {string} * @memberof PatchedOAuthSourcePropertyMappingRequest */ name?: string; /** * * @type {string} * @memberof PatchedOAuthSourcePropertyMappingRequest */ expression?: string; } /** * Check if a given object implements the PatchedOAuthSourcePropertyMappingRequest interface. */ export declare function instanceOfPatchedOAuthSourcePropertyMappingRequest(value: object): value is PatchedOAuthSourcePropertyMappingRequest; export declare function PatchedOAuthSourcePropertyMappingRequestFromJSON(json: any): PatchedOAuthSourcePropertyMappingRequest; export declare function PatchedOAuthSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedOAuthSourcePropertyMappingRequest; export declare function PatchedOAuthSourcePropertyMappingRequestToJSON(json: any): PatchedOAuthSourcePropertyMappingRequest; export declare function PatchedOAuthSourcePropertyMappingRequestToJSONTyped(value?: PatchedOAuthSourcePropertyMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedOAuthSourcePropertyMappingRequest.d.ts.map