Show / Hide Table of Contents

Class DocumentOccurrence

DocumentOccurrence represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/2-document-creation-information/

Inheritance
object
DocumentOccurrence
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.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class DocumentOccurrence : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Identify when the SPDX file was originally created. The date is to be specified according to combined date and time in UTC format as specified in ISO 8601 standard

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

CreatorComment

A field for creators of the SPDX file to provide general comments about the creation of the SPDX file or any other relevant comment not included in the other fields

Declaration
[JsonProperty("creatorComment")]
public virtual string CreatorComment { get; set; }
Property Value
Type Description
string

Creators

Identify who (or what, in the case of a tool) created the SPDX file. If the SPDX file was created by an individual, indicate the person's name

Declaration
[JsonProperty("creators")]
public virtual IList<string> Creators { get; set; }
Property Value
Type Description
IList<string>

DocumentComment

A field for creators of the SPDX file content to provide comments to the consumers of the SPDX document

Declaration
[JsonProperty("documentComment")]
public virtual string DocumentComment { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

ExternalDocumentRefs

Identify any external SPDX documents referenced within this SPDX document

Declaration
[JsonProperty("externalDocumentRefs")]
public virtual IList<string> ExternalDocumentRefs { get; set; }
Property Value
Type Description
IList<string>

Id

Identify the current SPDX document which may be referenced in relationships by other files, packages internally and documents externally

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

LicenseListVersion

A field for creators of the SPDX file to provide the version of the SPDX License List used when the SPDX file was created

Declaration
[JsonProperty("licenseListVersion")]
public virtual string LicenseListVersion { get; set; }
Property Value
Type Description
string

Namespace__

Provide an SPDX document specific namespace as a unique absolute Uniform Resource Identifier (URI) as specified in RFC-3986, with the exception of the ‘#’ delimiter

Declaration
[JsonProperty("namespace")]
public virtual string Namespace__ { get; set; }
Property Value
Type Description
string

Title

Identify name of this document as designated by creator

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX