Class: Google::Cloud::DiscoveryEngine::V1beta::Project::CustomerProvidedConfig::NotebooklmConfig::DataProtectionPolicy::SensitiveDataProtectionPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Project::CustomerProvidedConfig::NotebooklmConfig::DataProtectionPolicy::SensitiveDataProtectionPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/project.rb
Overview
Specifies a Sensitive Data Protection (https://cloud.google.com/sensitive-data-protection/docs/sensitive-data-protection-overview) policy.
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Optional.
Instance Attribute Details
#policy ⇒ ::String
Returns Optional. The Sensitive Data Protection policy resource name.
161 162 163 164 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/project.rb', line 161 class SensitiveDataProtectionPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |