RecommendationType

enum RecommendationType : Enum<RecommendationType> , ConvertibleToJava<RecommendationType>

The type of IoT Security recommendation.

Entries

Link copied to clipboard

Authentication schema used for pull an edge module from an ACR repository does not use Service Principal Authentication.

Link copied to clipboard

IoT agent message size capacity is currently underutilized, causing an increase in the number of sent messages. Adjust message intervals for better utilization.

Link copied to clipboard

Identified security related system configuration issues.

Link copied to clipboard

You can optimize Edge Hub memory usage by turning off protocol heads for any protocols not used by Edge modules in your solution.

Link copied to clipboard

Logging is disabled for this edge module.

Link copied to clipboard

A minority within a device security group has inconsistent Edge Module settings with the rest of their group.

Link copied to clipboard

Install the Azure Security of Things Agent.

Link copied to clipboard

IP Filter Configuration should have rules defined for allowed traffic and should deny all other traffic by default.

Link copied to clipboard

An Allow IP Filter rules source IP range is too large. Overly permissive rules might expose your IoT hub to malicious intenders.

Link copied to clipboard

A listening endpoint was found on the device.

Link copied to clipboard

An Allowed firewall policy was found (INPUT/OUTPUT). The policy should Deny all traffic by default and define rules to allow necessary communication to/from the device.

Link copied to clipboard

A rule in the firewall has been found that contains a permissive pattern for a wide range of IP addresses or Ports.

Link copied to clipboard

A rule in the firewall has been found that contains a permissive pattern for a wide range of IP addresses or Ports.

Link copied to clipboard

Edge module is configured to run in privileged mode, with extensive Linux capabilities or with host-level network access (send/receive data to host machine).

Link copied to clipboard

Same authentication credentials to the IoT Hub used by multiple devices. This could indicate an illegitimate device impersonating a legitimate device. It also exposes the risk of device impersonation by an attacker.

Link copied to clipboard

Insecure TLS configurations detected. Immediate upgrade recommended.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: RecommendationType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): RecommendationType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.