name property

String name

A user-friendly name to identify this device. The name can be modified using DeviceInformationChange.

Note that the name of the DeviceInformation must be unique for a given user (i.e. a user cannot have two DeviceInformations with the same name in the server). Trying to use an existing name for a DeviceInformation during registration results in an OperationError error. If an existing name is provided when executing a device information change operation, then a DeviceInformationChangeError with a DeviceInformationChangeNameAlreadyExists is returned.

The name is stored in nevisIDM in the fidouaf_name attribute of the generic credentials containing the dispatch target information.

Returns: the user-friendly name describing the device.

Implementation

String get name;