/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0-rc7 * 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 CertificateKeyPairKeyTypeEnum: { readonly Rsa: "rsa"; readonly Ec: "ec"; readonly Dsa: "dsa"; readonly Ed25519: "ed25519"; readonly Ed448: "ed448"; readonly UnknownDefaultOpenApi: "11184809"; }; export type CertificateKeyPairKeyTypeEnum = typeof CertificateKeyPairKeyTypeEnum[keyof typeof CertificateKeyPairKeyTypeEnum]; export declare function instanceOfCertificateKeyPairKeyTypeEnum(value: any): boolean; export declare function CertificateKeyPairKeyTypeEnumFromJSON(json: any): CertificateKeyPairKeyTypeEnum; export declare function CertificateKeyPairKeyTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): CertificateKeyPairKeyTypeEnum; export declare function CertificateKeyPairKeyTypeEnumToJSON(value?: CertificateKeyPairKeyTypeEnum | null): any; export declare function CertificateKeyPairKeyTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): CertificateKeyPairKeyTypeEnum; //# sourceMappingURL=CertificateKeyPairKeyTypeEnum.d.ts.map