public sealed class SdpFilterSettings : IMessage<SdpFilterSettings>, IEquatable<SdpFilterSettings>, IDeepCloneable<SdpFilterSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Model Armor v1beta API class SdpFilterSettings.
Sensitive Data Protection settings.
Implements
IMessageSdpFilterSettings, IEquatableSdpFilterSettings, IDeepCloneableSdpFilterSettings, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1BetaAssembly
Google.Cloud.ModelArmor.V1Beta.dll
Constructors
SdpFilterSettings()
public SdpFilterSettings()
SdpFilterSettings(SdpFilterSettings)
public SdpFilterSettings(SdpFilterSettings other)
Parameter | |
---|---|
Name | Description |
other |
SdpFilterSettings |
Properties
AdvancedConfig
public SdpAdvancedConfig AdvancedConfig { get; set; }
Optional. Advanced Sensitive Data Protection configuration which enables use of Sensitive Data Protection templates. Supports both Sensitive Data Protection inspection and de-identification operations.
Property Value | |
---|---|
Type | Description |
SdpAdvancedConfig |
BasicConfig
public SdpBasicConfig BasicConfig { get; set; }
Optional. Basic Sensitive Data Protection configuration inspects the content for sensitive data using a fixed set of six info-types. Sensitive Data Protection templates cannot be used with basic configuration. Only Sensitive Data Protection inspection operation is supported with basic configuration.
Property Value | |
---|---|
Type | Description |
SdpBasicConfig |
SdpConfigurationCase
public SdpFilterSettings.SdpConfigurationOneofCase SdpConfigurationCase { get; }
Property Value | |
---|---|
Type | Description |
SdpFilterSettingsSdpConfigurationOneofCase |