Class PackageInfoNote
PackageInfoNote represents an SPDX Package Information section: https://spdx.github.io/spdx-spec/3-package-information/
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class PackageInfoNote : IDirectResponseSchema
Properties
Analyzed
Indicates whether the file content of this package has been available for or subjected to analysis when creating the SPDX document
Declaration
[JsonProperty("analyzed")]
public virtual bool? Analyzed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Attribution
A place for the SPDX data creator to record, at the package level, acknowledgements that may be needed to be communicated in some contexts
Declaration
[JsonProperty("attribution")]
public virtual string Attribution { get; set; }
Property Value
Type | Description |
---|---|
string |
Checksum
Provide an independently reproducible mechanism that permits unique identification of a specific package that correlates to the data in this SPDX file
Declaration
[JsonProperty("checksum")]
public virtual string Checksum { get; set; }
Property Value
Type | Description |
---|---|
string |
Copyright
Identify the copyright holders of the package, as well as any dates present
Declaration
[JsonProperty("copyright")]
public virtual string Copyright { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailedDescription
A more detailed description of the package
Declaration
[JsonProperty("detailedDescription")]
public virtual string DetailedDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
DownloadLocation
This section identifies the download Universal Resource Locator (URL), or a specific location within a version control system (VCS) for the package at the time that the SPDX file was created
Declaration
[JsonProperty("downloadLocation")]
public virtual string DownloadLocation { 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 |
ExternalRefs
ExternalRef
Declaration
[JsonProperty("externalRefs")]
public virtual IList<ExternalRef> ExternalRefs { get; set; }
Property Value
Type | Description |
---|---|
IList<ExternalRef> |
FilesLicenseInfo
Contain the license the SPDX file creator has concluded as governing the This field is to contain a list of all licenses found in the package. The relationship between licenses (i.e., conjunctive, disjunctive) is not specified in this field – it is simply a listing of all licenses found
Declaration
[JsonProperty("filesLicenseInfo")]
public virtual IList<string> FilesLicenseInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
HomePage
Provide a place for the SPDX file creator to record a web site that serves as the package's home page
Declaration
[JsonProperty("homePage")]
public virtual string HomePage { get; set; }
Property Value
Type | Description |
---|---|
string |
LicenseDeclared
List the licenses that have been declared by the authors of the package
Declaration
[JsonProperty("licenseDeclared")]
public virtual License LicenseDeclared { get; set; }
Property Value
Type | Description |
---|---|
License |
Originator
If the package identified in the SPDX file originated from a different person or organization than identified as Package Supplier, this field identifies from where or whom the package originally came
Declaration
[JsonProperty("originator")]
public virtual string Originator { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageType
The type of package: OS, MAVEN, GO, GO_STDLIB, etc.
Declaration
[JsonProperty("packageType")]
public virtual string PackageType { get; set; }
Property Value
Type | Description |
---|---|
string |
SummaryDescription
A short description of the package
Declaration
[JsonProperty("summaryDescription")]
public virtual string SummaryDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
Supplier
Identify the actual distribution source for the package/directory identified in the SPDX file
Declaration
[JsonProperty("supplier")]
public virtual string Supplier { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Identify the full name of the package as given by the Package Originator
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
VerificationCode
This field provides an independently reproducible mechanism identifying specific contents of a package based on the actual files (except the SPDX file itself, if it is included in the package) that make up each package and that correlates to the data in this SPDX file
Declaration
[JsonProperty("verificationCode")]
public virtual string VerificationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Identify the version of the package
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |