DefenderCspmAwsOfferingArgs

data class DefenderCspmAwsOfferingArgs(val ciem: Output<DefenderCspmAwsOfferingCiemArgs>? = null, val dataSensitivityDiscovery: Output<DefenderCspmAwsOfferingDataSensitivityDiscoveryArgs>? = null, val databasesDspm: Output<DefenderCspmAwsOfferingDatabasesDspmArgs>? = null, val mdcContainersAgentlessDiscoveryK8s: Output<DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8sArgs>? = null, val mdcContainersImageAssessment: Output<DefenderCspmAwsOfferingMdcContainersImageAssessmentArgs>? = null, val offeringType: Output<String>, val vmScanners: Output<DefenderCspmAwsOfferingVmScannersArgs>? = null) : ConvertibleToJava<DefenderCspmAwsOfferingArgs>

The CSPM P1 for AWS offering

Constructors

Link copied to clipboard
constructor(ciem: Output<DefenderCspmAwsOfferingCiemArgs>? = null, dataSensitivityDiscovery: Output<DefenderCspmAwsOfferingDataSensitivityDiscoveryArgs>? = null, databasesDspm: Output<DefenderCspmAwsOfferingDatabasesDspmArgs>? = null, mdcContainersAgentlessDiscoveryK8s: Output<DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8sArgs>? = null, mdcContainersImageAssessment: Output<DefenderCspmAwsOfferingMdcContainersImageAssessmentArgs>? = null, offeringType: Output<String>, vmScanners: Output<DefenderCspmAwsOfferingVmScannersArgs>? = null)

Properties

Link copied to clipboard

Defenders CSPM Permissions Management offering configurations

Link copied to clipboard

The databases DSPM configuration

Link copied to clipboard

The Microsoft Defender Data Sensitivity discovery configuration

Link copied to clipboard

The Microsoft Defender container agentless discovery K8s configuration

Link copied to clipboard

The Microsoft Defender container image assessment configuration

Link copied to clipboard
val offeringType: Output<String>

The type of the security offering. Expected value is 'DefenderCspmAws'.

Link copied to clipboard

The Microsoft Defender for CSPM offering VM scanning configuration

Functions

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