Class RuleOutput
The rule output of the violation.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class RuleOutput : IDirectResponseSchema
Properties
Details
Output only. Violation details generated by rule.
Declaration
[JsonProperty("details")]
public virtual IDictionary<string, string> Details { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Output only. The message generated by rule.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |