Class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus
Represents the Compliance Status of this workload
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus : IDirectResponseSchema
Properties
AcknowledgedResourceViolationCount
Number of current resource violations which are not acknowledged.
Declaration
[JsonProperty("acknowledgedResourceViolationCount")]
public virtual int? AcknowledgedResourceViolationCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
AcknowledgedViolationCount
Number of current orgPolicy violations which are acknowledged.
Declaration
[JsonProperty("acknowledgedViolationCount")]
public virtual int? AcknowledgedViolationCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ActiveResourceViolationCount
Number of current resource violations which are acknowledged.
Declaration
[JsonProperty("activeResourceViolationCount")]
public virtual int? ActiveResourceViolationCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ActiveViolationCount
Number of current orgPolicy violations which are not acknowledged.
Declaration
[JsonProperty("activeViolationCount")]
public virtual int? ActiveViolationCount { 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 |