Class DSSEAttestationNote
A note describing an attestation
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class DSSEAttestationNote : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hint
DSSEHint hints at the purpose of the attestation authority.
Declaration
[JsonProperty("hint")]
public virtual DSSEHint Hint { get; set; }
Property Value
Type | Description |
---|---|
DSSEHint |