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.
Implements
IMessageProjectDataProfile, IEquatableProjectDataProfile, IDeepCloneableProjectDataProfile, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ProjectDataProfile()
public ProjectDataProfile()
ProjectDataProfile(ProjectDataProfile)
public ProjectDataProfile(ProjectDataProfile other)
Parameter | |
---|---|
Name | Description |
other |
ProjectDataProfile |
Properties
DataRiskLevel
public DataRiskLevel DataRiskLevel { get; set; }
The data risk level of this project.
Property Value | |
---|---|
Type | Description |
DataRiskLevel |
FileStoreDataProfileCount
public long FileStoreDataProfileCount { get; set; }
The number of file store data profiles generated for this project.
Property Value | |
---|---|
Type | Description |
long |
Name
public string Name { get; set; }
The resource name of the profile.
Property Value | |
---|---|
Type | Description |
string |
ProfileLastGenerated
public Timestamp ProfileLastGenerated { get; set; }
The last time the profile was generated.
Property Value | |
---|---|
Type | Description |
Timestamp |
ProfileStatus
public ProfileStatus ProfileStatus { get; set; }
Success or error status of the last attempt to profile the project.
Property Value | |
---|---|
Type | Description |
ProfileStatus |
ProjectDataProfileName
public ProjectDataProfileName ProjectDataProfileName { get; set; }
ProjectDataProfileName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProjectDataProfileName |
ProjectId
public string ProjectId { get; set; }
Project ID that was profiled.
Property Value | |
---|---|
Type | Description |
string |
SensitivityScore
public SensitivityScore SensitivityScore { get; set; }
The sensitivity score of this project.
Property Value | |
---|---|
Type | Description |
SensitivityScore |
TableDataProfileCount
public long TableDataProfileCount { get; set; }
The number of table data profiles generated for this project.
Property Value | |
---|---|
Type | Description |
long |