Reference documentation and code samples for the Google Cloud Model Armor V1 Client class SdpBasicConfigEnforcement.
Option to specify the state of Sensitive Data Protection basic config (ENABLED/DISABLED).
Protobuf type google.cloud.modelarmor.v1.SdpBasicConfig.SdpBasicConfigEnforcement
Namespace
Google \ Cloud \ ModelArmor \ V1 \ SdpBasicConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SDP_BASIC_CONFIG_ENFORCEMENT_UNSPECIFIED
Value: 0
Same as Disabled
Generated from protobuf enum SDP_BASIC_CONFIG_ENFORCEMENT_UNSPECIFIED = 0;
ENABLED
Value: 1
Enabled
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
Disabled
Generated from protobuf enum DISABLED = 2;