FleetDefaultClusterConfigSecurityPostureConfig

data class FleetDefaultClusterConfigSecurityPostureConfig(val mode: String? = null, val vulnerabilityMode: String? = null)

Constructors

constructor(mode: String? = null, vulnerabilityMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Sets which mode to use for Security Posture features. Possible values are: DISABLED, BASIC, ENTERPRISE.

Link copied to clipboard

Sets which mode to use for vulnerability scanning. Possible values are: VULNERABILITY_DISABLED, VULNERABILITY_BASIC, VULNERABILITY_ENTERPRISE.