Reference documentation and code samples for the Data Loss Prevention V2 Client class DiscoveryConfig.
Configuration for discovery to scan resources for profile generation.
Only one discovery configuration may exist per organization, folder, or project. The generated data profiles are retained according to the data retention policy.
Generated from protobuf message google.privacy.dlp.v2.DiscoveryConfig
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Unique resource name for the DiscoveryConfig, assigned by the service when the DiscoveryConfig is created, for example |
↳ display_name |
string
Display name (max 100 chars) |
↳ org_config |
Google\Cloud\Dlp\V2\DiscoveryConfig\OrgConfig
Only set when the parent is an org. |
↳ inspect_templates |
array
Detection logic for profile generation. Not all template features are used by Discovery. FindingLimits, include_quote and exclude_info_types have no impact on Discovery. Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/dlp/docs/data-profiles#data-residency. |
↳ actions |
array<Google\Cloud\Dlp\V2\DataProfileAction>
Actions to execute at the completion of scanning. |
↳ targets |
array<Google\Cloud\Dlp\V2\DiscoveryTarget>
Target to match against for determining what to scan and how frequently. |
↳ errors |
array<Google\Cloud\Dlp\V2\Error>
Output only. A stream of errors encountered when the config was activated. Repeated errors may result in the config automatically being paused. Output only field. Will return the last 100 errors. Whenever the config is modified this list will be cleared. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The creation timestamp of a DiscoveryConfig. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The last update timestamp of a DiscoveryConfig. |
↳ last_run_time |
Google\Protobuf\Timestamp
Output only. The timestamp of the last time this config was executed. |
↳ status |
int
Required. A status for this configuration. |
getName
Unique resource name for the DiscoveryConfig, assigned by the service when
the DiscoveryConfig is created, for example
projects/dlp-test-project/locations/global/discoveryConfigs/53234423
.
Returns | |
---|---|
Type | Description |
string |
setName
Unique resource name for the DiscoveryConfig, assigned by the service when
the DiscoveryConfig is created, for example
projects/dlp-test-project/locations/global/discoveryConfigs/53234423
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Display name (max 100 chars)
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Display name (max 100 chars)
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOrgConfig
Only set when the parent is an org.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DiscoveryConfig\OrgConfig|null |
hasOrgConfig
clearOrgConfig
setOrgConfig
Only set when the parent is an org.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\DiscoveryConfig\OrgConfig
|
Returns | |
---|---|
Type | Description |
$this |
getInspectTemplates
Detection logic for profile generation.
Not all template features are used by Discovery. FindingLimits, include_quote and exclude_info_types have no impact on Discovery. Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/dlp/docs/data-profiles#data-residency.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setInspectTemplates
Detection logic for profile generation.
Not all template features are used by Discovery. FindingLimits, include_quote and exclude_info_types have no impact on Discovery. Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/dlp/docs/data-profiles#data-residency.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getActions
Actions to execute at the completion of scanning.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setActions
Actions to execute at the completion of scanning.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\DataProfileAction>
|
Returns | |
---|---|
Type | Description |
$this |
getTargets
Target to match against for determining what to scan and how frequently.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTargets
Target to match against for determining what to scan and how frequently.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\DiscoveryTarget>
|
Returns | |
---|---|
Type | Description |
$this |
getErrors
Output only. A stream of errors encountered when the config was activated.
Repeated errors may result in the config automatically being paused. Output only field. Will return the last 100 errors. Whenever the config is modified this list will be cleared.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setErrors
Output only. A stream of errors encountered when the config was activated.
Repeated errors may result in the config automatically being paused. Output only field. Will return the last 100 errors. Whenever the config is modified this list will be cleared.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\Error>
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The creation timestamp of a DiscoveryConfig.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The creation timestamp of a DiscoveryConfig.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. The last update timestamp of a DiscoveryConfig.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The last update timestamp of a DiscoveryConfig.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getLastRunTime
Output only. The timestamp of the last time this config was executed.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasLastRunTime
clearLastRunTime
setLastRunTime
Output only. The timestamp of the last time this config was executed.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
Required. A status for this configuration.
Returns | |
---|---|
Type | Description |
int |
setStatus
Required. A status for this configuration.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |