/** * 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. */ /** * Serializer for Duo authenticator devices * @export * @interface PatchedDuoDeviceRequest */ export interface PatchedDuoDeviceRequest { /** * The human-readable name of this device. * @type {string} * @memberof PatchedDuoDeviceRequest */ name?: string; } /** * Check if a given object implements the PatchedDuoDeviceRequest interface. */ export declare function instanceOfPatchedDuoDeviceRequest(value: object): value is PatchedDuoDeviceRequest; export declare function PatchedDuoDeviceRequestFromJSON(json: any): PatchedDuoDeviceRequest; export declare function PatchedDuoDeviceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedDuoDeviceRequest; export declare function PatchedDuoDeviceRequestToJSON(json: any): PatchedDuoDeviceRequest; export declare function PatchedDuoDeviceRequestToJSONTyped(value?: PatchedDuoDeviceRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedDuoDeviceRequest.d.ts.map