/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ApiUserId } from './api-user-id'; /** * * @export * @interface DeviceProfile1 */ export interface DeviceProfile1 { /** * username * @type {string} * @memberof DeviceProfile1 */ account?: string; /** * vendor brand name * @type {string} * @memberof DeviceProfile1 */ brand?: string; /** * * @type {string} * @memberof DeviceProfile1 */ created_at?: string; /** * * @type {ApiUserId} * @memberof DeviceProfile1 */ created_by?: ApiUserId; /** * * @type {string} * @memberof DeviceProfile1 */ deleted_at?: string; /** * * @type {ApiUserId} * @memberof DeviceProfile1 */ deleted_by?: ApiUserId; /** * act as a hotdesk * @type {boolean} * @memberof DeviceProfile1 */ hotdesk?: boolean; /** * * @type {Array} * @memberof DeviceProfile1 */ hotdesks?: Array; /** * * @type {string} * @memberof DeviceProfile1 */ ip?: string; /** * * @type {string} * @memberof DeviceProfile1 */ logged_in?: string; /** * * @type {string} * @memberof DeviceProfile1 */ mac?: string; /** * * @type {string} * @memberof DeviceProfile1 */ model?: string; /** * display name * @type {string} * @memberof DeviceProfile1 */ name?: string; /** * * @type {string} * @memberof DeviceProfile1 */ password?: string; /** * * @type {{ [key: string]: string; }} * @memberof DeviceProfile1 */ provision?: { [key: string]: string; }; /** * * @type {boolean} * @memberof DeviceProfile1 */ reged?: boolean; /** * * @type {string} * @memberof DeviceProfile1 */ updated_at?: string; /** * * @type {ApiUserId} * @memberof DeviceProfile1 */ updated_by?: ApiUserId; /** * * @type {ApiUserId} * @memberof DeviceProfile1 */ user?: ApiUserId; } //# sourceMappingURL=device-profile1.d.ts.map