Class Subject
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class Subject : IDirectResponseSchema
Properties
Digest
"": ""
Algorithms can be e.g. sha256, sha512 See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
Declaration
[JsonProperty("digest")]
public virtual IDictionary<string, string> Digest { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |