Interface IDeviceCredentials

interface IDeviceCredentials {
    id: string;
    password: string;
    self: string;
    tenantId: string;
    username: string;
}

Properties

id: string

Device identifier, e.g. IMEI

password: string

New password

self: string

Link to this resource

tenantId: string

Tenant id for authentication

username: string

New username