DefenderCspmGcpOfferingDataSensitivityDiscoveryArgs

data class DefenderCspmGcpOfferingDataSensitivityDiscoveryArgs(val enabled: Output<Boolean>? = null, val serviceAccountEmailAddress: Output<String>? = null, val workloadIdentityProviderId: Output<String>? = null) : ConvertibleToJava<DefenderCspmGcpOfferingDataSensitivityDiscoveryArgs>

The Microsoft Defender Data Sensitivity discovery configuration

Constructors

constructor(enabled: Output<Boolean>? = null, serviceAccountEmailAddress: Output<String>? = null, workloadIdentityProviderId: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Is Microsoft Defender Data Sensitivity discovery enabled

Link copied to clipboard
val serviceAccountEmailAddress: Output<String>? = null

The service account email address in GCP for this feature

Link copied to clipboard
val workloadIdentityProviderId: Output<String>? = null

The workload identity provider id in GCP for this feature

Functions

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