/** * 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. */ /** * SAMLPropertyMapping Serializer * @export * @interface PatchedSAMLPropertyMappingRequest */ export interface PatchedSAMLPropertyMappingRequest { /** * 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 PatchedSAMLPropertyMappingRequest */ managed?: string | null; /** * * @type {string} * @memberof PatchedSAMLPropertyMappingRequest */ name?: string; /** * * @type {string} * @memberof PatchedSAMLPropertyMappingRequest */ expression?: string; /** * * @type {string} * @memberof PatchedSAMLPropertyMappingRequest */ samlName?: string; /** * * @type {string} * @memberof PatchedSAMLPropertyMappingRequest */ friendlyName?: string | null; } /** * Check if a given object implements the PatchedSAMLPropertyMappingRequest interface. */ export declare function instanceOfPatchedSAMLPropertyMappingRequest(value: object): value is PatchedSAMLPropertyMappingRequest; export declare function PatchedSAMLPropertyMappingRequestFromJSON(json: any): PatchedSAMLPropertyMappingRequest; export declare function PatchedSAMLPropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedSAMLPropertyMappingRequest; export declare function PatchedSAMLPropertyMappingRequestToJSON(json: any): PatchedSAMLPropertyMappingRequest; export declare function PatchedSAMLPropertyMappingRequestToJSONTyped(value?: PatchedSAMLPropertyMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedSAMLPropertyMappingRequest.d.ts.map