Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ComplianceDetails
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ComplianceDetails
- 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
Overview
Compliance Details associated with the finding.
Instance Attribute Summary collapse
-
#cloud_control ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudControl
CloudControl associated with the finding.
-
#cloud_control_deployment_names ⇒ Array<String>
Cloud Control Deployments associated with the finding.
-
#frameworks ⇒ Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Framework>
Details of Frameworks associated with the finding 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.
5541 5542 5543 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5541 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_control ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudControl
CloudControl associated with the finding.
Corresponds to the JSON property cloudControl
5527 5528 5529 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5527 def cloud_control @cloud_control end |
#cloud_control_deployment_names ⇒ Array<String>
Cloud Control Deployments associated with the finding. For example,
organizations/123/locations/global/cloudControlDeployments/
deploymentIdentifier
Corresponds to the JSON property cloudControlDeploymentNames
5534 5535 5536 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5534 def cloud_control_deployment_names @cloud_control_deployment_names end |
#frameworks ⇒ Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Framework>
Details of Frameworks associated with the finding
Corresponds to the JSON property frameworks
5539 5540 5541 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5539 def frameworks @frameworks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5546 5547 5548 5549 5550 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5546 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 |