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.
Implements
Inherited Members
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> |