Security Command Center v2 API - Class CloudDlpDataProfile (1.0.0-beta03)

public sealed class CloudDlpDataProfile : IMessage<CloudDlpDataProfile>, IEquatable<CloudDlpDataProfile>, IDeepCloneable<CloudDlpDataProfile>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class CloudDlpDataProfile.

The data profile associated with the finding.

Inheritance

object > CloudDlpDataProfile

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.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