/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * 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. */ /** * TelegramSourcePropertyMapping Serializer * @export * @interface TelegramSourcePropertyMapping */ export interface TelegramSourcePropertyMapping { /** * * @type {string} * @memberof TelegramSourcePropertyMapping */ readonly pk: string; /** * 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 TelegramSourcePropertyMapping */ managed?: string | null; /** * * @type {string} * @memberof TelegramSourcePropertyMapping */ name: string; /** * * @type {string} * @memberof TelegramSourcePropertyMapping */ expression: string; /** * Get object's component so that we know how to edit the object * @type {string} * @memberof TelegramSourcePropertyMapping */ readonly component: string; /** * Return object's verbose_name * @type {string} * @memberof TelegramSourcePropertyMapping */ readonly verboseName: string; /** * Return object's plural verbose_name * @type {string} * @memberof TelegramSourcePropertyMapping */ readonly verboseNamePlural: string; /** * Return internal model name * @type {string} * @memberof TelegramSourcePropertyMapping */ readonly metaModelName: string; } /** * Check if a given object implements the TelegramSourcePropertyMapping interface. */ export declare function instanceOfTelegramSourcePropertyMapping(value: object): value is TelegramSourcePropertyMapping; export declare function TelegramSourcePropertyMappingFromJSON(json: any): TelegramSourcePropertyMapping; export declare function TelegramSourcePropertyMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): TelegramSourcePropertyMapping; export declare function TelegramSourcePropertyMappingToJSON(json: any): TelegramSourcePropertyMapping; export declare function TelegramSourcePropertyMappingToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TelegramSourcePropertyMapping.d.ts.map