Class ImageResult
Result of evaluating one image.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class ImageResult : IDirectResponseSchema
Properties
AllowlistResult
If the image was exempted by a top-level allow_pattern, contains the allowlist pattern that the image name matched.
Declaration
[JsonProperty("allowlistResult")]
public virtual AllowlistResult AllowlistResult { get; set; }
Property Value
Type | Description |
---|---|
AllowlistResult |
CheckSetResult
If a check set was evaluated, contains the result of the check set. Empty if there were no check sets.
Declaration
[JsonProperty("checkSetResult")]
public virtual CheckSetResult CheckSetResult { get; set; }
Property Value
Type | Description |
---|---|
CheckSetResult |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Explanation
Explanation of this image result. Only populated if no check sets were evaluated.
Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageUri
Image URI from the request.
Declaration
[JsonProperty("imageUri")]
public virtual string ImageUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Verdict
The result of evaluating this image.
Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }
Property Value
Type | Description |
---|---|
string |