Class GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreviewResourceCounts
A summary of the state of all resources scanned for compliance with the changed OrgPolicy.
Implements
Inherited Members
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreviewResourceCounts : IDirectResponseSchema
Properties
Compliant
Output only. Number of scanned resources with zero violations.
Declaration
[JsonProperty("compliant")]
public virtual int? Compliant { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Output only. Number of resources that returned an error when scanned.
Declaration
[JsonProperty("errors")]
public virtual int? Errors { get; set; }
Property Value
Type | Description |
---|---|
int? |
Noncompliant
Output only. Number of scanned resources with at least one violation.
Declaration
[JsonProperty("noncompliant")]
public virtual int? Noncompliant { get; set; }
Property Value
Type | Description |
---|---|
int? |
Scanned
Output only. Number of resources checked for compliance. Must equal: unenforced + noncompliant + compliant + error
Declaration
[JsonProperty("scanned")]
public virtual int? Scanned { get; set; }
Property Value
Type | Description |
---|---|
int? |
Unenforced
Output only. Number of resources where the constraint was not enforced, i.e. the Policy set enforced: false
for that resource.
Declaration
[JsonProperty("unenforced")]
public virtual int? Unenforced { get; set; }
Property Value
Type | Description |
---|---|
int? |