PreventionDiscoveryConfigOrgConfigArgs

data class PreventionDiscoveryConfigOrgConfigArgs(val location: Output<PreventionDiscoveryConfigOrgConfigLocationArgs>? = null, val projectId: Output<String>? = null) : ConvertibleToJava<PreventionDiscoveryConfigOrgConfigArgs>

Constructors

Link copied to clipboard
constructor(location: Output<PreventionDiscoveryConfigOrgConfigLocationArgs>? = null, projectId: Output<String>? = null)

Properties

Link copied to clipboard

The data to scan folder org or project Structure is documented below.

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

The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the cloud DLP API must be enabled.

Functions

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