Data Loss Prevention V2 Client - Class OrgConfig (1.15.1)

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
Name Description
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
Type Description
Google\Cloud\Dlp\V2\DiscoveryStartingLocation|null

hasLocation

clearLocation

setLocation

The data to scan: folder, org, or project

Parameter
Name Description
var Google\Cloud\Dlp\V2\DiscoveryStartingLocation
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this