GoogleApi.BinaryAuthorization.V1.Model.CheckResult (google_api_binary_authorization v0.18.0)
View SourceResult of evaluating one check.
Attributes
-
allowlistResult
(type:GoogleApi.BinaryAuthorization.V1.Model.AllowlistResult.t
, default:nil
) - If the image was exempted by an allow_pattern in the check, contains the pattern that the image name matched. -
displayName
(type:String.t
, default:nil
) - The name of the check. -
evaluationResult
(type:GoogleApi.BinaryAuthorization.V1.Model.EvaluationResult.t
, default:nil
) - If a check was evaluated, contains the result of the check. -
explanation
(type:String.t
, default:nil
) - Explanation of this check result. -
index
(type:String.t
, default:nil
) - The index of the check. -
type
(type:String.t
, default:nil
) - The type of the check.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.CheckResult{ allowlistResult: GoogleApi.BinaryAuthorization.V1.Model.AllowlistResult.t() | nil, displayName: String.t() | nil, evaluationResult: GoogleApi.BinaryAuthorization.V1.Model.EvaluationResult.t() | nil, explanation: String.t() | nil, index: String.t() | nil, type: String.t() | nil }