/** * 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. */ /** * Serializer for Endpoint authenticator devices * @export * @interface PatchedGoogleEndpointDeviceRequest */ export interface PatchedGoogleEndpointDeviceRequest { /** * * @type {string} * @memberof PatchedGoogleEndpointDeviceRequest */ pk?: string; /** * The human-readable name of this device. * @type {string} * @memberof PatchedGoogleEndpointDeviceRequest */ name?: string; } /** * Check if a given object implements the PatchedGoogleEndpointDeviceRequest interface. */ export declare function instanceOfPatchedGoogleEndpointDeviceRequest(value: object): value is PatchedGoogleEndpointDeviceRequest; export declare function PatchedGoogleEndpointDeviceRequestFromJSON(json: any): PatchedGoogleEndpointDeviceRequest; export declare function PatchedGoogleEndpointDeviceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedGoogleEndpointDeviceRequest; export declare function PatchedGoogleEndpointDeviceRequestToJSON(json: any): PatchedGoogleEndpointDeviceRequest; export declare function PatchedGoogleEndpointDeviceRequestToJSONTyped(value?: PatchedGoogleEndpointDeviceRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedGoogleEndpointDeviceRequest.d.ts.map