/** * 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. */ /** * RadiusProviderPropertyMapping Serializer * @export * @interface PatchedRadiusProviderPropertyMappingRequest */ export interface PatchedRadiusProviderPropertyMappingRequest { /** * 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 PatchedRadiusProviderPropertyMappingRequest */ managed?: string | null; /** * * @type {string} * @memberof PatchedRadiusProviderPropertyMappingRequest */ name?: string; /** * * @type {string} * @memberof PatchedRadiusProviderPropertyMappingRequest */ expression?: string; } /** * Check if a given object implements the PatchedRadiusProviderPropertyMappingRequest interface. */ export declare function instanceOfPatchedRadiusProviderPropertyMappingRequest(value: object): value is PatchedRadiusProviderPropertyMappingRequest; export declare function PatchedRadiusProviderPropertyMappingRequestFromJSON(json: any): PatchedRadiusProviderPropertyMappingRequest; export declare function PatchedRadiusProviderPropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedRadiusProviderPropertyMappingRequest; export declare function PatchedRadiusProviderPropertyMappingRequestToJSON(json: any): PatchedRadiusProviderPropertyMappingRequest; export declare function PatchedRadiusProviderPropertyMappingRequestToJSONTyped(value?: PatchedRadiusProviderPropertyMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedRadiusProviderPropertyMappingRequest.d.ts.map