Class TerraformOutput
Describes a Terraform output.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class TerraformOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Sensitive
Identifies whether Terraform has set this output as a potential sensitive value.
Declaration
[JsonProperty("sensitive")]
public virtual bool? Sensitive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Value
Value of output.
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Type | Description |
---|---|
object |