Show / Hide Table of Contents

Class ArtifactGuardPolicy

Represents an artifact guard policy.

Inheritance
object
ArtifactGuardPolicy
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.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX