Class CheckResult
Result of evaluating one check.
Implements
Inherited Members
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 |