/** * 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. */ /** * PlexSourcePropertyMapping Serializer * @export * @interface PatchedPlexSourcePropertyMappingRequest */ export interface PatchedPlexSourcePropertyMappingRequest { /** * 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 PatchedPlexSourcePropertyMappingRequest */ managed?: string | null; /** * * @type {string} * @memberof PatchedPlexSourcePropertyMappingRequest */ name?: string; /** * * @type {string} * @memberof PatchedPlexSourcePropertyMappingRequest */ expression?: string; } /** * Check if a given object implements the PatchedPlexSourcePropertyMappingRequest interface. */ export declare function instanceOfPatchedPlexSourcePropertyMappingRequest(value: object): value is PatchedPlexSourcePropertyMappingRequest; export declare function PatchedPlexSourcePropertyMappingRequestFromJSON(json: any): PatchedPlexSourcePropertyMappingRequest; export declare function PatchedPlexSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedPlexSourcePropertyMappingRequest; export declare function PatchedPlexSourcePropertyMappingRequestToJSON(json: any): PatchedPlexSourcePropertyMappingRequest; export declare function PatchedPlexSourcePropertyMappingRequestToJSONTyped(value?: PatchedPlexSourcePropertyMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedPlexSourcePropertyMappingRequest.d.ts.map