Class EvaluateGkePolicyResponse
Response message for PlatformPolicyEvaluationService.EvaluateGkePolicy.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class EvaluateGkePolicyResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Results
Evaluation result for each Pod contained in the request.
Declaration
[JsonProperty("results")]
public virtual IList<PodResult> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<PodResult> |
Verdict
The result of evaluating all Pods in the request.
Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }
Property Value
Type | Description |
---|---|
string |