Show / Hide Table of Contents

Class GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation

Identifies the event that kicked off the build.

Inheritance
object
GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation : IDirectResponseSchema

Properties

ConfigSource

Declaration
[JsonProperty("configSource")]
public virtual GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource ConfigSource { get; set; }
Property Value
Type Description
GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Environment

Declaration
[JsonProperty("environment")]
public virtual IDictionary<string, object> Environment { get; set; }
Property Value
Type Description
IDictionary<string, object>

Parameters

Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX