GoogleApi.BinaryAuthorization.V1.Model.EvaluateGkePolicyResponse (google_api_binary_authorization v0.18.0)
View SourceResponse message for PlatformPolicyEvaluationService.EvaluateGkePolicy.
Attributes
-
results
(type:list(GoogleApi.BinaryAuthorization.V1.Model.PodResult.t)
, default:nil
) - Evaluation result for each Pod contained in the request. -
verdict
(type:String.t
, default:nil
) - The result of evaluating all Pods in the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.EvaluateGkePolicyResponse{ results: [GoogleApi.BinaryAuthorization.V1.Model.PodResult.t()] | nil, verdict: String.t() | nil }