Class: Google::Cloud::Dlp::V2::InfoType
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InfoType
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
Type of information detected by the API.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the information type.
-
#sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::SensitivityScore
Optional custom sensitivity for this InfoType.
-
#version ⇒ ::String
Optional version name for this InfoType.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the information type. Either a name of your choosing when
creating a CustomInfoType, or one of the names listed
at
https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference
when specifying a built-in type. When sending Cloud DLP results to Data
Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.
41 42 43 44 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 41 class InfoType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::SensitivityScore
Returns Optional custom sensitivity for this InfoType. This only applies to data profiling.
41 42 43 44 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 41 class InfoType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |