DiscoveredDeviceSummary

Structure containing summary information about a device discovered during a device discovery job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication material required for connecting to the discovered device, such as credentials or tokens.

Link copied to clipboard

The brand of the discovered device.

Link copied to clipboard

The third-party device identifier as defined by the connector. This identifier must not contain personal identifiable information (PII).

Link copied to clipboard

The name of the device as defined by the connector or third-party system.

Link copied to clipboard

The list of device types or categories that the discovered device belongs to.

Link copied to clipboard

The timestamp indicating when the device was discovered.

Link copied to clipboard

The identifier of the managed thing created for this discovered device, if one exists.

Link copied to clipboard

The model of the discovered device.

Link copied to clipboard

The status of the discovered device, indicating whether it has been added, removed, or modified since the last discovery.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String