Grafeas v1 API - Class Subject (3.13.0) Stay organized with collections Save and categorize content based on your preferences.
public sealed class Subject : IMessage<Subject>, IEquatable<Subject>, IDeepCloneable<Subject>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Subject()
public Subject()Subject(Subject)
public Subject(Subject other)| Parameter | |
|---|---|
| Name | Description |
other | Subject |
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 | |
|---|---|
| Type | Description |
MapFieldstringstring | |
Name
public string Name { get; set; }| Property Value | |
|---|---|
| Type | Description |
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.