Data Loss Prevention V2 Client - Class OrgConfig (1.12.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class OrgConfig.

Project and scan location information. Only set when the parent is an org.

Generated from protobuf message google.privacy.dlp.v2.DiscoveryConfig.OrgConfig

Namespace

Google \ Cloud \ Dlp \ V2 \ DiscoveryConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ location Google\Cloud\Dlp\V2\DiscoveryStartingLocation

The data to scan: folder, org, or project

↳ project_id string

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.

getLocation

The data to scan: folder, org, or project

Returns
TypeDescription
Google\Cloud\Dlp\V2\DiscoveryStartingLocation|null

hasLocation

clearLocation

setLocation

The data to scan: folder, org, or project

Parameter
NameDescription
var Google\Cloud\Dlp\V2\DiscoveryStartingLocation
Returns
TypeDescription
$this

getProjectId

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.

Returns
TypeDescription
string

setProjectId

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this