SecuritySolutionRecommendationsEnabled

data class SecuritySolutionRecommendationsEnabled(val acrAuthentication: Boolean? = null, val agentSendUnutilizedMsg: Boolean? = null, val baseline: Boolean? = null, val edgeHubMemOptimize: Boolean? = null, val edgeLoggingOption: Boolean? = null, val inconsistentModuleSettings: Boolean? = null, val installAgent: Boolean? = null, val ipFilterDenyAll: Boolean? = null, val ipFilterPermissiveRule: Boolean? = null, val openPorts: Boolean? = null, val permissiveFirewallPolicy: Boolean? = null, val permissiveInputFirewallRules: Boolean? = null, val permissiveOutputFirewallRules: Boolean? = null, val privilegedDockerOptions: Boolean? = null, val sharedCredentials: Boolean? = null, val vulnerableTlsCipherSuite: Boolean? = null)

Constructors

Link copied to clipboard
constructor(acrAuthentication: Boolean? = null, agentSendUnutilizedMsg: Boolean? = null, baseline: Boolean? = null, edgeHubMemOptimize: Boolean? = null, edgeLoggingOption: Boolean? = null, inconsistentModuleSettings: Boolean? = null, installAgent: Boolean? = null, ipFilterDenyAll: Boolean? = null, ipFilterPermissiveRule: Boolean? = null, openPorts: Boolean? = null, permissiveFirewallPolicy: Boolean? = null, permissiveInputFirewallRules: Boolean? = null, permissiveOutputFirewallRules: Boolean? = null, privilegedDockerOptions: Boolean? = null, sharedCredentials: Boolean? = null, vulnerableTlsCipherSuite: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is Principal Authentication enabled for the ACR repository? Defaults to true.

Link copied to clipboard

Is Agent send underutilized messages enabled? Defaults to true.

Link copied to clipboard
val baseline: Boolean? = null

Is Security related system configuration issues identified? Defaults to true.

Link copied to clipboard

Is IoT Edge Hub memory optimized? Defaults to true.

Link copied to clipboard

Is logging configured for IoT Edge module? Defaults to true.

Link copied to clipboard

Is inconsistent module settings enabled for SecurityGroup? Defaults to true.

Link copied to clipboard
val installAgent: Boolean? = null

is Azure IoT Security agent installed? Defaults to true.

Link copied to clipboard

Is Default IP filter policy denied? Defaults to true.

Link copied to clipboard

Is IP filter rule source allowable IP range too large? Defaults to true.

Link copied to clipboard
val openPorts: Boolean? = null

Is any ports open on the device? Defaults to true.

Link copied to clipboard

Does firewall policy exist which allow necessary communication to/from the device? Defaults to true.

Link copied to clipboard

Is only necessary addresses or ports are permitted in? Defaults to true.

Link copied to clipboard

Is only necessary addresses or ports are permitted out? Defaults to true.

Link copied to clipboard

Is high level permissions are needed for the module? Defaults to true.

Link copied to clipboard

Is any credentials shared among devices? Defaults to true.

Link copied to clipboard

Does TLS cipher suite need to be updated? Defaults to true.