Class PolicyViolationDetails
Policy violation details.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class PolicyViolationDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailureMessage
User readable message about why the request violated a policy. This is not intended for machine parsing.
Declaration
[JsonProperty("failureMessage")]
public virtual string FailureMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Policy
Name of the policy that was violated. Policy resource will be in the format of
projects/{project}/locations/{location}/policies/{policy}
.
Declaration
[JsonProperty("policy")]
public virtual string Policy { get; set; }
Property Value
Type | Description |
---|---|
string |
RuleId
Id of the rule that triggered the policy violation.
Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { get; set; }
Property Value
Type | Description |
---|---|
string |