Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class CloudDlpDataProfile.
The data profile associated with the finding.
Generated from protobuf message google.cloud.securitycenter.v1.CloudDlpDataProfile
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_profile |
string
Name of the data profile, for example, |
↳ parent_type |
int
The resource hierarchy level at which the data profile was generated. |
↳ info_types |
array<InfoType>
Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type. |
getDataProfile
Name of the data profile, for example,
projects/123/locations/europe/tableProfiles/8383929.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataProfile
Name of the data profile, for example,
projects/123/locations/europe/tableProfiles/8383929.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParentType
The resource hierarchy level at which the data profile was generated.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ParentType. |
setParentType
The resource hierarchy level at which the data profile was generated.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ParentType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInfoTypes
Type of information detected by SDP.
Info type includes name, version and sensitivity of the detected information type.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<InfoType> |
|
setInfoTypes
Type of information detected by SDP.
Info type includes name, version and sensitivity of the detected information type.
| Parameter | |
|---|---|
| Name | Description |
var |
array<InfoType>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|