Google Cloud Data Loss Prevention v2 API - Class ProjectDataProfile (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ProjectDataProfile.

An aggregated profile for this project, based on the resources profiled within it.

Inheritance

object > ProjectDataProfile

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ProjectDataProfile()

public ProjectDataProfile()

ProjectDataProfile(ProjectDataProfile)

public ProjectDataProfile(ProjectDataProfile other)
Parameter
NameDescription
otherProjectDataProfile

Properties

DataRiskLevel

public DataRiskLevel DataRiskLevel { get; set; }

The data risk level of this project.

Property Value
TypeDescription
DataRiskLevel

Name

public string Name { get; set; }

The resource name of the profile.

Property Value
TypeDescription
string

ProfileLastGenerated

public Timestamp ProfileLastGenerated { get; set; }

The last time the profile was generated.

Property Value
TypeDescription
Timestamp

ProfileStatus

public ProfileStatus ProfileStatus { get; set; }

Success or error status of the last attempt to profile the project.

Property Value
TypeDescription
ProfileStatus

ProjectDataProfileName

public ProjectDataProfileName ProjectDataProfileName { get; set; }

ProjectDataProfileName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectDataProfileName

ProjectId

public string ProjectId { get; set; }

Project ID that was profiled.

Property Value
TypeDescription
string

SensitivityScore

public SensitivityScore SensitivityScore { get; set; }

The sensitivity score of this project.

Property Value
TypeDescription
SensitivityScore