public sealed class CloudDlpDataProfile : IMessage<CloudDlpDataProfile>, IEquatable<CloudDlpDataProfile>, IDeepCloneable<CloudDlpDataProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CloudDlpDataProfile.
The data profile associated with the finding.
Implements
IMessageCloudDlpDataProfile, IEquatableCloudDlpDataProfile, IDeepCloneableCloudDlpDataProfile, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
CloudDlpDataProfile()
public CloudDlpDataProfile()
CloudDlpDataProfile(CloudDlpDataProfile)
public CloudDlpDataProfile(CloudDlpDataProfile other)
Parameter | |
---|---|
Name | Description |
other | CloudDlpDataProfile |
Properties
DataProfile
public string DataProfile { get; set; }
Name of the data profile, for example,
projects/123/locations/europe/tableProfiles/8383929
.
Property Value | |
---|---|
Type | Description |
string |
DataProfileAsTableDataProfileName
public TableDataProfileName DataProfileAsTableDataProfileName { get; set; }
TableDataProfileName-typed view over the DataProfile resource name property.
Property Value | |
---|---|
Type | Description |
TableDataProfileName |
ParentType
public CloudDlpDataProfile.Types.ParentType ParentType { get; set; }
The resource hierarchy level at which the data profile was generated.
Property Value | |
---|---|
Type | Description |
CloudDlpDataProfileTypesParentType |