Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#high_sensitivity_mapping ⇒ String
Corresponds to the JSON property
highSensitivityMapping. -
#medium_sensitivity_mapping ⇒ String
Corresponds to the JSON property
mediumSensitivityMapping.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
constructor
A new instance of GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
Returns a new instance of GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping.
4492 4493 4494 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4492 def initialize(**args) update!(**args) end |
Instance Attribute Details
#high_sensitivity_mapping ⇒ String
Corresponds to the JSON property highSensitivityMapping
4485 4486 4487 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4485 def high_sensitivity_mapping @high_sensitivity_mapping end |
#medium_sensitivity_mapping ⇒ String
Corresponds to the JSON property mediumSensitivityMapping
4490 4491 4492 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4490 def medium_sensitivity_mapping @medium_sensitivity_mapping end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4497 4498 4499 4500 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4497 def update!(**args) @high_sensitivity_mapping = args[:high_sensitivity_mapping] if args.key?(:high_sensitivity_mapping) @medium_sensitivity_mapping = args[:medium_sensitivity_mapping] if args.key?(:medium_sensitivity_mapping) end |