Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Contains the data protection policy config for a DataStore or a connector.
Instance Attribute Summary collapse
-
#sensitive_data_protection_policy ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy
Specifies a Sensitive Data Protection (https://cloud.google.com/sensitive-data- protection/docs/sensitive-data-protection-overview) policy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy
Returns a new instance of GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy.
11018 11019 11020 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11018 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sensitive_data_protection_policy ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy
Specifies a Sensitive Data Protection (https://cloud.google.com/sensitive-data-
protection/docs/sensitive-data-protection-overview) policy.
Corresponds to the JSON property sensitiveDataProtectionPolicy
11016 11017 11018 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11016 def sensitive_data_protection_policy @sensitive_data_protection_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11023 11024 11025 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11023 def update!(**args) @sensitive_data_protection_policy = args[:sensitive_data_protection_policy] if args.key?(:sensitive_data_protection_policy) end |