Class OSPolicyResourceComplianceExecResourceOutput
ExecResource specific output.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class OSPolicyResourceComplianceExecResourceOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnforcementOutput
Output from Enforcement phase output file (if run). Output size is limited to 100K bytes.
Declaration
[JsonProperty("enforcementOutput")]
public virtual string EnforcementOutput { get; set; }
Property Value
Type | Description |
---|---|
string |