GoogleApi.BinaryAuthorization.V1.Model.CheckSetResult (google_api_binary_authorization v0.18.0)
View SourceResult of evaluating one check set.
Attributes
-
allowlistResult
(type:GoogleApi.BinaryAuthorization.V1.Model.AllowlistResult.t
, default:nil
) - If the image was exempted by an allow_pattern in the check set, contains the pattern that the image name matched. -
checkResults
(type:GoogleApi.BinaryAuthorization.V1.Model.CheckResults.t
, default:nil
) - If checks were evaluated, contains the results of evaluating each check. -
displayName
(type:String.t
, default:nil
) - The name of the check set. -
explanation
(type:String.t
, default:nil
) - Explanation of this check set result. Only populated if no checks were evaluated. -
index
(type:String.t
, default:nil
) - The index of the check set. -
scope
(type:GoogleApi.BinaryAuthorization.V1.Model.Scope.t
, default:nil
) - The scope of the check set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.CheckSetResult{ allowlistResult: GoogleApi.BinaryAuthorization.V1.Model.AllowlistResult.t() | nil, checkResults: GoogleApi.BinaryAuthorization.V1.Model.CheckResults.t() | nil, displayName: String.t() | nil, explanation: String.t() | nil, index: String.t() | nil, scope: GoogleApi.BinaryAuthorization.V1.Model.Scope.t() | nil }