Class GooglePrivacyDlpV2ProjectDataProfile
An aggregated profile for this project, based on the resources profiled within it.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ProjectDataProfile : IDirectResponseSchema
Properties
DataRiskLevel
The data risk level of this project.
Declaration
[JsonProperty("dataRiskLevel")]
public virtual GooglePrivacyDlpV2DataRiskLevel DataRiskLevel { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DataRiskLevel |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileStoreDataProfileCount
The number of file store data profiles generated for this project.
Declaration
[JsonProperty("fileStoreDataProfileCount")]
public virtual long? FileStoreDataProfileCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
The resource name of the profile.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProfileLastGenerated
object representation of ProfileLastGeneratedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ProfileLastGeneratedDateTimeOffset instead.")]
public virtual object ProfileLastGenerated { get; set; }
Property Value
Type | Description |
---|---|
object |
ProfileLastGeneratedDateTimeOffset
DateTimeOffset representation of ProfileLastGeneratedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ProfileLastGeneratedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ProfileLastGeneratedRaw
The last time the profile was generated.
Declaration
[JsonProperty("profileLastGenerated")]
public virtual string ProfileLastGeneratedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ProfileStatus
Success or error status of the last attempt to profile the project.
Declaration
[JsonProperty("profileStatus")]
public virtual GooglePrivacyDlpV2ProfileStatus ProfileStatus { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ProfileStatus |
ProjectId
Project ID or account that was profiled.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
SensitivityScore
The sensitivity score of this project.
Declaration
[JsonProperty("sensitivityScore")]
public virtual GooglePrivacyDlpV2SensitivityScore SensitivityScore { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SensitivityScore |
TableDataProfileCount
The number of table data profiles generated for this project.
Declaration
[JsonProperty("tableDataProfileCount")]
public virtual long? TableDataProfileCount { get; set; }
Property Value
Type | Description |
---|---|
long? |