Show / Hide Table of Contents

Class EvaluateGkePolicyResponse

Response message for PlatformPolicyEvaluationService.EvaluateGkePolicy.

Inheritance
object
EvaluateGkePolicyResponse
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX