/** * 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. */ /** * * @export */ export declare const CertAttributeEnum: { readonly Subject: "subject"; readonly CommonName: "common_name"; readonly Email: "email"; readonly UnknownDefaultOpenApi: "11184809"; }; export type CertAttributeEnum = typeof CertAttributeEnum[keyof typeof CertAttributeEnum]; export declare function instanceOfCertAttributeEnum(value: any): boolean; export declare function CertAttributeEnumFromJSON(json: any): CertAttributeEnum; export declare function CertAttributeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): CertAttributeEnum; export declare function CertAttributeEnumToJSON(value?: CertAttributeEnum | null): any; export declare function CertAttributeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): CertAttributeEnum; //# sourceMappingURL=CertAttributeEnum.d.ts.map