Class IoTDeviceEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.IoTDeviceEntity
Represents an IoT device entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.deviceId()
Get the deviceId property: The ID of the IoT Device in the IoT Hub.Get the deviceName property: The friendly name of the device.Get the deviceSubType property: The subType of the device ('PLC', 'HMI', 'EWS', etc.).Get the deviceType property: The type of the device.edgeId()
Get the edgeId property: The ID of the edge device.Get the firmwareVersion property: The firmware version of the device.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.Get the hostEntityId property: The Host entity id of this device.Get the importance property: Device importance, determines if the device classified as 'crown jewel'.Get the iotHubEntityId property: The AzureResource entity id of the IoT Hub.Get the iotSecurityAgentId property: The ID of the security agent running on the device.Get the ipAddressEntityId property: The IP entity if of this device.Get the isAuthorized property: Determines whether the device classified as authorized device.Get the isProgramming property: Determines whether the device classified as programming device.Get the isScanner property: Is the device classified as a scanner device.Get the macAddress property: The MAC address of the device.model()
Get the model property: The model of the device.Get the nicEntityIds property: A list of Nic entity ids of the IoTDevice entity.Get the operatingSystem property: The operating system of the device.owners()
Get the owners property: A list of owners of the IoTDevice entity.Get the protocols property: A list of protocols of the IoTDevice entity.Get the purdueLayer property: The Purdue Layer of the device.sensor()
Get the sensor property: The sensor the device is monitored by.Get the serialNumber property: The serial number of the device.site()
Get the site property: The site of the device.source()
Get the source property: The source of the device.Get the threatIntelligence property: A list of TI contexts attached to the IoTDevice entity.void
validate()
Validates the instance.vendor()
Get the vendor property: The vendor of the device.withImportance
(DeviceImportance importance) Set the importance property: Device importance, determines if the device classified as 'crown jewel'.zone()
Get the zone property: The zone location of the device within a site.Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
IoTDeviceEntity
public IoTDeviceEntity()
-
-
Method Details
-
deviceId
Get the deviceId property: The ID of the IoT Device in the IoT Hub.- Returns:
- the deviceId value.
-
deviceName
Get the deviceName property: The friendly name of the device.- Returns:
- the deviceName value.
-
source
Get the source property: The source of the device.- Returns:
- the source value.
-
iotSecurityAgentId
Get the iotSecurityAgentId property: The ID of the security agent running on the device.- Returns:
- the iotSecurityAgentId value.
-
deviceType
Get the deviceType property: The type of the device.- Returns:
- the deviceType value.
-
vendor
Get the vendor property: The vendor of the device.- Returns:
- the vendor value.
-
edgeId
Get the edgeId property: The ID of the edge device.- Returns:
- the edgeId value.
-
macAddress
Get the macAddress property: The MAC address of the device.- Returns:
- the macAddress value.
-
model
Get the model property: The model of the device.- Returns:
- the model value.
-
serialNumber
Get the serialNumber property: The serial number of the device.- Returns:
- the serialNumber value.
-
firmwareVersion
Get the firmwareVersion property: The firmware version of the device.- Returns:
- the firmwareVersion value.
-
operatingSystem
Get the operatingSystem property: The operating system of the device.- Returns:
- the operatingSystem value.
-
iotHubEntityId
Get the iotHubEntityId property: The AzureResource entity id of the IoT Hub.- Returns:
- the iotHubEntityId value.
-
hostEntityId
Get the hostEntityId property: The Host entity id of this device.- Returns:
- the hostEntityId value.
-
ipAddressEntityId
Get the ipAddressEntityId property: The IP entity if of this device.- Returns:
- the ipAddressEntityId value.
-
threatIntelligence
Get the threatIntelligence property: A list of TI contexts attached to the IoTDevice entity.- Returns:
- the threatIntelligence value.
-
protocols
Get the protocols property: A list of protocols of the IoTDevice entity.- Returns:
- the protocols value.
-
owners
Get the owners property: A list of owners of the IoTDevice entity.- Returns:
- the owners value.
-
nicEntityIds
Get the nicEntityIds property: A list of Nic entity ids of the IoTDevice entity.- Returns:
- the nicEntityIds value.
-
site
Get the site property: The site of the device.- Returns:
- the site value.
-
zone
Get the zone property: The zone location of the device within a site.- Returns:
- the zone value.
-
sensor
Get the sensor property: The sensor the device is monitored by.- Returns:
- the sensor value.
-
deviceSubType
Get the deviceSubType property: The subType of the device ('PLC', 'HMI', 'EWS', etc.).- Returns:
- the deviceSubType value.
-
importance
Get the importance property: Device importance, determines if the device classified as 'crown jewel'.- Returns:
- the importance value.
-
withImportance
Set the importance property: Device importance, determines if the device classified as 'crown jewel'.- Parameters:
importance
- the importance value to set.- Returns:
- the IoTDeviceEntity object itself.
-
purdueLayer
Get the purdueLayer property: The Purdue Layer of the device.- Returns:
- the purdueLayer value.
-
isAuthorized
Get the isAuthorized property: Determines whether the device classified as authorized device.- Returns:
- the isAuthorized value.
-
isProgramming
Get the isProgramming property: Determines whether the device classified as programming device.- Returns:
- the isProgramming value.
-
isScanner
Get the isScanner property: Is the device classified as a scanner device.- Returns:
- the isScanner value.
-
additionalData
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.- Returns:
- the additionalData value.
-
friendlyName
Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.- Returns:
- the friendlyName value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-