Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ComplianceDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ComplianceDetails

Returns a new instance of GoogleCloudSecuritycenterV2ComplianceDetails.



5287
5288
5289
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5287

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cloud_controlGoogle::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudControl

Corresponds to the JSON property cloudControl



5275
5276
5277
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5275

def cloud_control
  @cloud_control
end

#cloud_control_deployment_namesArray<String>

Corresponds to the JSON property cloudControlDeploymentNames

Returns:

  • (Array<String>)


5280
5281
5282
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5280

def cloud_control_deployment_names
  @cloud_control_deployment_names
end

#frameworksArray<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Framework>

Corresponds to the JSON property frameworks



5285
5286
5287
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5285

def frameworks
  @frameworks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5292
5293
5294
5295
5296
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5292

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