Class GrafeasV1beta1IntotoSignature
A signature object consists of the KeyID used and the signature itself.
Inheritance
System.Object
GrafeasV1beta1IntotoSignature
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class GrafeasV1beta1IntotoSignature : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Keyid
Declaration
[JsonProperty("keyid")]
public virtual string Keyid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sig
Declaration
[JsonProperty("sig")]
public virtual string Sig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema