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

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

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

Score is a summary of all elements in the data profile. A higher number means more risk.

Inheritance

object > DataRiskLevel

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DataRiskLevel()

public DataRiskLevel()

DataRiskLevel(DataRiskLevel)

public DataRiskLevel(DataRiskLevel other)
Parameter
NameDescription
otherDataRiskLevel

Properties

Score

public DataRiskLevel.Types.DataRiskLevelScore Score { get; set; }

The score applied to the resource.

Property Value
TypeDescription
DataRiskLevelTypesDataRiskLevelScore