Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ComplianceDetails
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ComplianceDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#cloud_control ⇒ Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2CloudControl
Corresponds to the JSON property
cloudControl. -
#cloud_control_deployment_names ⇒ Array<String>
Corresponds to the JSON property
cloudControlDeploymentNames. -
#frameworks ⇒ Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Framework>
Corresponds to the JSON property
frameworks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ComplianceDetails
constructor
A new instance of GoogleCloudSecuritycenterV2ComplianceDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ComplianceDetails
Returns a new instance of GoogleCloudSecuritycenterV2ComplianceDetails.
5468 5469 5470 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5468 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_control ⇒ Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2CloudControl
Corresponds to the JSON property cloudControl
5456 5457 5458 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5456 def cloud_control @cloud_control end |
#cloud_control_deployment_names ⇒ Array<String>
Corresponds to the JSON property cloudControlDeploymentNames
5461 5462 5463 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5461 def cloud_control_deployment_names @cloud_control_deployment_names end |
#frameworks ⇒ Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Framework>
Corresponds to the JSON property frameworks
5466 5467 5468 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5466 def frameworks @frameworks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5473 5474 5475 5476 5477 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5473 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 |