Class ArtifactGuardPolicy
Represents an artifact guard policy.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ArtifactGuardPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailureReason
The reason for the policy failure, for example, "severity=HIGH AND max_vuln_count=2".
Declaration
[JsonProperty("failureReason")]
public virtual string FailureReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyId
The ID of the failing policy, for example, "organizations/3392779/locations/global/policies/prod-policy".
Declaration
[JsonProperty("policyId")]
public virtual string PolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of the policy evaluation.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |