Class IaC
Details of an infrastructure-as-code (IaC) configuration.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class IaC : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TfPlan
Optional. A Terraform plan file, formatted as a stringified JSON object. To learn how to generate a Terraform plan file in JSON format, see JSON output format in the Terraform documentation.
Declaration
[JsonProperty("tfPlan")]
public virtual string TfPlan { get; set; }
Property Value
Type | Description |
---|---|
string |