Show / Hide Table of Contents

Class CheckResult

Result of evaluating one check.

Inheritance
object
CheckResult
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 CheckResult : IDirectResponseSchema

Properties

AllowlistResult

If the image was exempted by an allow_pattern in the check, contains the pattern that the image name matched.

Declaration
[JsonProperty("allowlistResult")]
public virtual AllowlistResult AllowlistResult { get; set; }
Property Value
Type Description
AllowlistResult

DisplayName

The name of the check.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationResult

If a check was evaluated, contains the result of the check.

Declaration
[JsonProperty("evaluationResult")]
public virtual EvaluationResult EvaluationResult { get; set; }
Property Value
Type Description
EvaluationResult

Explanation

Explanation of this check result.

Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
Type Description
string

Index

The index of the check.

Declaration
[JsonProperty("index")]
public virtual long? Index { get; set; }
Property Value
Type Description
long?

Type

The type of the check.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX