/** * 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. */ /** * * @export * @interface CurrentBrandFlags */ export interface CurrentBrandFlags { /** * * @type {boolean} * @memberof CurrentBrandFlags */ enterpriseAuditIncludeExpandedDiff: boolean; /** * * @type {boolean} * @memberof CurrentBrandFlags */ policiesBufferedAccessView: boolean; /** * * @type {boolean} * @memberof CurrentBrandFlags */ flowsContinuousLogin: boolean; /** * * @type {boolean} * @memberof CurrentBrandFlags */ flowsRefreshOthers: boolean; } /** * Check if a given object implements the CurrentBrandFlags interface. */ export declare function instanceOfCurrentBrandFlags(value: object): value is CurrentBrandFlags; export declare function CurrentBrandFlagsFromJSON(json: any): CurrentBrandFlags; export declare function CurrentBrandFlagsFromJSONTyped(json: any, ignoreDiscriminator: boolean): CurrentBrandFlags; export declare function CurrentBrandFlagsToJSON(json: any): CurrentBrandFlags; export declare function CurrentBrandFlagsToJSONTyped(value?: CurrentBrandFlags | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CurrentBrandFlags.d.ts.map