DefenderCspmGcpOfferingArgs

data class DefenderCspmGcpOfferingArgs(val ciemDiscovery: Output<DefenderCspmGcpOfferingCiemDiscoveryArgs>? = null, val dataSensitivityDiscovery: Output<DefenderCspmGcpOfferingDataSensitivityDiscoveryArgs>? = null, val mdcContainersAgentlessDiscoveryK8s: Output<DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8sArgs>? = null, val mdcContainersImageAssessment: Output<DefenderCspmGcpOfferingMdcContainersImageAssessmentArgs>? = null, val offeringType: Output<String>, val vmScanners: Output<DefenderCspmGcpOfferingVmScannersArgs>? = null) : ConvertibleToJava<DefenderCspmGcpOfferingArgs>

The CSPM P1 for GCP offering

Constructors

Link copied to clipboard
constructor(ciemDiscovery: Output<DefenderCspmGcpOfferingCiemDiscoveryArgs>? = null, dataSensitivityDiscovery: Output<DefenderCspmGcpOfferingDataSensitivityDiscoveryArgs>? = null, mdcContainersAgentlessDiscoveryK8s: Output<DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8sArgs>? = null, mdcContainersImageAssessment: Output<DefenderCspmGcpOfferingMdcContainersImageAssessmentArgs>? = null, offeringType: Output<String>, vmScanners: Output<DefenderCspmGcpOfferingVmScannersArgs>? = null)

Properties

Link copied to clipboard

GCP Defenders CSPM Permissions Management OIDC (Open ID connect) connection configurations

Link copied to clipboard

The Microsoft Defender Data Sensitivity discovery configuration

Link copied to clipboard

The Microsoft Defender Container agentless discovery 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 'DefenderCspmGcp'.

Link copied to clipboard

The Microsoft Defender for CSPM VM scanning configuration

Functions

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