Show / Hide Table of Contents

Class GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts

A summary of the state of all resources scanned for compliance with the changed OrgPolicy.

Inheritance
object
GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX