Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality
- 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
Overview
Criticality of the Application, Service, or Workload
Instance Attribute Summary collapse
-
#type ⇒ String
Criticality Type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality
constructor
A new instance of GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality
Returns a new instance of GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality.
9786 9787 9788 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 9786 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Criticality Type.
Corresponds to the JSON property type
9784 9785 9786 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 9784 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9791 9792 9793 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 9791 def update!(**args) @type = args[:type] if args.key?(:type) end |