Class PolicyViolationSummary
Metadata summarizing policy violations of child resources of the affected resource. finding_category and
resource determine the exact semantics of the counts. For example, when
category=DATA_SECURITY_POSTURE_OBJECT_PUBLIC_ACCESS_VIOLATION and
resource='storage.googleapis.com/buckets/my-bucket-name' then this counts the number of Cloud Storage objects in
my-bucket-name which violate a Public Access control.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class PolicyViolationSummary : IDirectResponseSchema
Properties
ConformantResourcesCount
Total number of child resources that conform to the policy.
Declaration
[JsonProperty("conformantResourcesCount")]
public virtual long? ConformantResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationErrorsCount
Number of child resources for which errors during evaluation occurred. The evaluation result for these child resources is effectively "unknown".
Declaration
[JsonProperty("evaluationErrorsCount")]
public virtual long? EvaluationErrorsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
OutOfScopeResourcesCount
Total count of child resources which were not in scope for evaluation.
Declaration
[JsonProperty("outOfScopeResourcesCount")]
public virtual long? OutOfScopeResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PolicyViolationsCount
Count of child resources in violation of the policy.
Declaration
[JsonProperty("policyViolationsCount")]
public virtual long? PolicyViolationsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |