Grafeas v1 API - Class Subject (3.13.0)

public sealed class Subject : IMessage<Subject>, IEquatable<Subject>, IDeepCloneable<Subject>, IBufferMessage, IMessage

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Subject()

public Subject()

Subject(Subject)

public Subject(Subject other)
Parameter
NameDescription
otherSubject

Properties

Digest

public MapField<string, string> Digest { get; }

"<ALGORITHM>": "<HEX_VALUE>"Algorithms can be e.g. sha256, sha512Seehttps://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }
Property Value
TypeDescription
string

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-29 UTC.