Class: Google::Apis::SecuritycenterV1beta2::ComplianceDetails
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::ComplianceDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#cloud_control ⇒ Google::Apis::SecuritycenterV1beta2::CloudControl
Corresponds to the JSON property
cloudControl. -
#cloud_control_deployment_names ⇒ Array<String>
Corresponds to the JSON property
cloudControlDeploymentNames. -
#frameworks ⇒ Array<Google::Apis::SecuritycenterV1beta2::Framework>
Corresponds to the JSON property
frameworks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ComplianceDetails
constructor
A new instance of ComplianceDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ComplianceDetails
Returns a new instance of ComplianceDetails.
1146 1147 1148 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1146 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_control ⇒ Google::Apis::SecuritycenterV1beta2::CloudControl
Corresponds to the JSON property cloudControl
1134 1135 1136 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1134 def cloud_control @cloud_control end |
#cloud_control_deployment_names ⇒ Array<String>
Corresponds to the JSON property cloudControlDeploymentNames
1139 1140 1141 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1139 def cloud_control_deployment_names @cloud_control_deployment_names end |
#frameworks ⇒ Array<Google::Apis::SecuritycenterV1beta2::Framework>
Corresponds to the JSON property frameworks
1144 1145 1146 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1144 def frameworks @frameworks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1151 1152 1153 1154 1155 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1151 def update!(**args) @cloud_control = args[:cloud_control] if args.key?(:cloud_control) @cloud_control_deployment_names = args[:cloud_control_deployment_names] if args.key?(:cloud_control_deployment_names) @frameworks = args[:frameworks] if args.key?(:frameworks) end |