public sealed class SdpFinding : IMessage<SdpFinding>, IEquatable<SdpFinding>, IDeepCloneable<SdpFinding>, IBufferMessage, IMessage
Reference documentation and code samples for the Model Armor v1 API class SdpFinding.
Finding corresponding to Sensitive Data Protection filter.
Implements
IMessageSdpFinding, IEquatableSdpFinding, IDeepCloneableSdpFinding, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1Assembly
Google.Cloud.ModelArmor.V1.dll
Constructors
SdpFinding()
public SdpFinding()
SdpFinding(SdpFinding)
public SdpFinding(SdpFinding other)
Parameter | |
---|---|
Name | Description |
other |
SdpFinding |
Properties
InfoType
public string InfoType { get; set; }
Name of Sensitive Data Protection info type for this finding.
Property Value | |
---|---|
Type | Description |
string |
Likelihood
public SdpFindingLikelihood Likelihood { get; set; }
Identified confidence likelihood for info_type
.
Property Value | |
---|---|
Type | Description |
SdpFindingLikelihood |
Location
public SdpFinding.Types.SdpFindingLocation Location { get; set; }
Location for this finding.
Property Value | |
---|---|
Type | Description |
SdpFindingTypesSdpFindingLocation |