PackageInfoNoteArgs

data class PackageInfoNoteArgs(val analyzed: Output<Boolean>? = null, val attribution: Output<String>? = null, val checksum: Output<String>? = null, val copyright: Output<String>? = null, val detailedDescription: Output<String>? = null, val downloadLocation: Output<String>? = null, val externalRefs: Output<List<ExternalRefArgs>>? = null, val filesLicenseInfo: Output<List<String>>? = null, val homePage: Output<String>? = null, val licenseDeclared: Output<LicenseArgs>? = null, val originator: Output<String>? = null, val packageType: Output<String>? = null, val summaryDescription: Output<String>? = null, val supplier: Output<String>? = null, val title: Output<String>? = null, val verificationCode: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PackageInfoNoteArgs>

PackageInfoNote represents an SPDX Package Information section: https://spdx.github.io/spdx-spec/3-package-information/

Constructors

Link copied to clipboard
fun PackageInfoNoteArgs(analyzed: Output<Boolean>? = null, attribution: Output<String>? = null, checksum: Output<String>? = null, copyright: Output<String>? = null, detailedDescription: Output<String>? = null, downloadLocation: Output<String>? = null, externalRefs: Output<List<ExternalRefArgs>>? = null, filesLicenseInfo: Output<List<String>>? = null, homePage: Output<String>? = null, licenseDeclared: Output<LicenseArgs>? = null, originator: Output<String>? = null, packageType: Output<String>? = null, summaryDescription: Output<String>? = null, supplier: Output<String>? = null, title: Output<String>? = null, verificationCode: Output<String>? = null, version: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PackageInfoNoteArgs

Properties

Link copied to clipboard
val analyzed: Output<Boolean>? = null

Indicates whether the file content of this package has been available for or subjected to analysis when creating the SPDX document

Link copied to clipboard
val attribution: Output<String>? = null

A place for the SPDX data creator to record, at the package level, acknowledgements that may be needed to be communicated in some contexts

Link copied to clipboard
val checksum: Output<String>? = null

Provide an independently reproducible mechanism that permits unique identification of a specific package that correlates to the data in this SPDX file

Link copied to clipboard
val copyright: Output<String>? = null

Identify the copyright holders of the package, as well as any dates present

Link copied to clipboard
val detailedDescription: Output<String>? = null

A more detailed description of the package

Link copied to clipboard
val downloadLocation: Output<String>? = null

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

Link copied to clipboard
val externalRefs: Output<List<ExternalRefArgs>>? = null

ExternalRef

Link copied to clipboard
val filesLicenseInfo: Output<List<String>>? = null

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

Link copied to clipboard
val homePage: Output<String>? = null

Provide a place for the SPDX file creator to record a web site that serves as the package's home page

Link copied to clipboard
val licenseDeclared: Output<LicenseArgs>? = null

List the licenses that have been declared by the authors of the package

Link copied to clipboard
val originator: Output<String>? = null

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

Link copied to clipboard
val packageType: Output<String>? = null

The type of package: OS, MAVEN, GO, GO_STDLIB, etc.

Link copied to clipboard
val summaryDescription: Output<String>? = null

A short description of the package

Link copied to clipboard
val supplier: Output<String>? = null

Identify the actual distribution source for the package/directory identified in the SPDX file

Link copied to clipboard
val title: Output<String>? = null

Identify the full name of the package as given by the Package Originator

Link copied to clipboard
val verificationCode: Output<String>? = null

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

Link copied to clipboard
val version: Output<String>? = null

Identify the version of the package