Class: Google::Apis::SecuritypostureV1::CreateIaCValidationReportRequest
- Inherits:
-
Object
- Object
- Google::Apis::SecuritypostureV1::CreateIaCValidationReportRequest
- 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
-
#iac ⇒ Google::Apis::SecuritypostureV1::IaC
Details of an infrastructure-as-code (IaC) configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateIaCValidationReportRequest
constructor
A new instance of CreateIaCValidationReportRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#iac ⇒ Google::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 |