Show / Hide Table of Contents

Class CheckSetResult

Result of evaluating one check set.

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

Properties

AllowlistResult

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

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

CheckResults

If checks were evaluated, contains the results of evaluating each check.

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

DisplayName

The name of the check set.

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

Explanation

Explanation of this check set result. Only populated if no checks were evaluated.

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

Index

The index of the check set.

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

Scope

The scope of the check set.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX