Class: Google::Apis::SecuritypostureV1::CreateIaCValidationReportRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securityposture_v1/classes.rb,
lib/google/apis/securityposture_v1/representations.rb,
lib/google/apis/securityposture_v1/representations.rb

Overview

Request message for CreateIaCValidationReport.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateIaCValidationReportRequest

Returns a new instance of CreateIaCValidationReportRequest.



140
141
142
# File 'lib/google/apis/securityposture_v1/classes.rb', line 140

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

Instance Attribute Details

#iacGoogle::Apis::SecuritypostureV1::IaC

Details of an infrastructure-as-code (IaC) configuration. Corresponds to the JSON property iac



138
139
140
# File 'lib/google/apis/securityposture_v1/classes.rb', line 138

def iac
  @iac
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



145
146
147
# File 'lib/google/apis/securityposture_v1/classes.rb', line 145

def update!(**args)
  @iac = args[:iac] if args.key?(:iac)
end