/** * 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. */ /** * MicrosoftEntraProviderMapping Serializer * @export * @interface MicrosoftEntraProviderMappingRequest */ export interface MicrosoftEntraProviderMappingRequest { /** * 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 MicrosoftEntraProviderMappingRequest */ managed?: string | null; /** * * @type {string} * @memberof MicrosoftEntraProviderMappingRequest */ name: string; /** * * @type {string} * @memberof MicrosoftEntraProviderMappingRequest */ expression: string; } /** * Check if a given object implements the MicrosoftEntraProviderMappingRequest interface. */ export declare function instanceOfMicrosoftEntraProviderMappingRequest(value: object): value is MicrosoftEntraProviderMappingRequest; export declare function MicrosoftEntraProviderMappingRequestFromJSON(json: any): MicrosoftEntraProviderMappingRequest; export declare function MicrosoftEntraProviderMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): MicrosoftEntraProviderMappingRequest; export declare function MicrosoftEntraProviderMappingRequestToJSON(json: any): MicrosoftEntraProviderMappingRequest; export declare function MicrosoftEntraProviderMappingRequestToJSONTyped(value?: MicrosoftEntraProviderMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=MicrosoftEntraProviderMappingRequest.d.ts.map