NamespaceDeviceUpdateProperties interface
The updatable properties of the NamespaceDevice.
Properties
| attributes | A set of key-value pairs that contain custom attributes set by the customer. |
| enabled | Indicates if the resource and identity are enabled or not. A disabled device cannot authenticate with Microsoft Entra ID. |
| endpoints | Property bag containing the device's unassigned and assigned endpoints. |
| operating |
Device operating system version. |
Property Details
attributes
A set of key-value pairs that contain custom attributes set by the customer.
attributes?: Record<string, any>
Property Value
Record<string, any>
enabled
Indicates if the resource and identity are enabled or not. A disabled device cannot authenticate with Microsoft Entra ID.
enabled?: boolean
Property Value
boolean
endpoints
Property bag containing the device's unassigned and assigned endpoints.
endpoints?: MessagingEndpoints
Property Value
operatingSystemVersion
Device operating system version.
operatingSystemVersion?: string
Property Value
string