Class OSPolicyResourceCompliance
Compliance data for an OS policy resource.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class OSPolicyResourceCompliance : IDirectResponseSchema
Properties
ConfigSteps
Ordered list of configuration steps taken by the agent for the OS policy resource.
Declaration
[JsonProperty("configSteps")]
public virtual IList<OSPolicyResourceConfigStep> ConfigSteps { get; set; }
Property Value
Type | Description |
---|---|
IList<OSPolicyResourceConfigStep> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecResourceOutput
ExecResource specific output.
Declaration
[JsonProperty("execResourceOutput")]
public virtual OSPolicyResourceComplianceExecResourceOutput ExecResourceOutput { get; set; }
Property Value
Type | Description |
---|---|
OSPolicyResourceComplianceExecResourceOutput |
OsPolicyResourceId
The id of the OS policy resource.
Declaration
[JsonProperty("osPolicyResourceId")]
public virtual string OsPolicyResourceId { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Compliance state of the OS policy resource.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |