Show / Hide Table of Contents

Class PolicyViolation

Returned from an action if one or more policies were violated, and therefore the action was prevented. Contains information about what policies were violated and why.

Inheritance
object
PolicyViolation
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class PolicyViolation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PolicyViolationDetails

Policy violation details.

Declaration
[JsonProperty("policyViolationDetails")]
public virtual IList<PolicyViolationDetails> PolicyViolationDetails { get; set; }
Property Value
Type Description
IList<PolicyViolationDetails>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX