/** * 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. */ /** * Dummy Policy Serializer * @export * @interface PatchedDummyPolicyRequest */ export interface PatchedDummyPolicyRequest { /** * * @type {string} * @memberof PatchedDummyPolicyRequest */ name?: string; /** * When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. * @type {boolean} * @memberof PatchedDummyPolicyRequest */ executionLogging?: boolean; /** * * @type {boolean} * @memberof PatchedDummyPolicyRequest */ result?: boolean; /** * * @type {number} * @memberof PatchedDummyPolicyRequest */ waitMin?: number; /** * * @type {number} * @memberof PatchedDummyPolicyRequest */ waitMax?: number; } /** * Check if a given object implements the PatchedDummyPolicyRequest interface. */ export declare function instanceOfPatchedDummyPolicyRequest(value: object): value is PatchedDummyPolicyRequest; export declare function PatchedDummyPolicyRequestFromJSON(json: any): PatchedDummyPolicyRequest; export declare function PatchedDummyPolicyRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedDummyPolicyRequest; export declare function PatchedDummyPolicyRequestToJSON(json: any): PatchedDummyPolicyRequest; export declare function PatchedDummyPolicyRequestToJSONTyped(value?: PatchedDummyPolicyRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedDummyPolicyRequest.d.ts.map