Class AllowlistResult
Result of evaluating an image name allowlist.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class AllowlistResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchedPattern
The allowlist pattern that the image matched.
Declaration
[JsonProperty("matchedPattern")]
public virtual string MatchedPattern { get; set; }
Property Value
Type | Description |
---|---|
string |