Show / Hide Table of Contents

Class ValidateAttestationOccurrenceResponse

Response message for ValidationHelperV1.ValidateAttestationOccurrence.

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

Properties

DenialReason

The reason for denial if the Attestation couldn't be validated.

Declaration
[JsonProperty("denialReason")]
public virtual string DenialReason { 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

Result

The result of the Attestation validation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX