/** * 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 ProtocolEnum: { readonly Rdp: "rdp"; readonly Vnc: "vnc"; readonly Ssh: "ssh"; readonly UnknownDefaultOpenApi: "11184809"; }; export type ProtocolEnum = typeof ProtocolEnum[keyof typeof ProtocolEnum]; export declare function instanceOfProtocolEnum(value: any): boolean; export declare function ProtocolEnumFromJSON(json: any): ProtocolEnum; export declare function ProtocolEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProtocolEnum; export declare function ProtocolEnumToJSON(value?: ProtocolEnum | null): any; export declare function ProtocolEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ProtocolEnum; //# sourceMappingURL=ProtocolEnum.d.ts.map