DocumentOccurrenceArgs

data class DocumentOccurrenceArgs(val createTime: Output<String>? = null, val creatorComment: Output<String>? = null, val creators: Output<List<String>>? = null, val documentComment: Output<String>? = null, val externalDocumentRefs: Output<List<String>>? = null, val id: Output<String>? = null, val licenseListVersion: Output<String>? = null, val namespace: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<DocumentOccurrenceArgs>

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

Constructors

Link copied to clipboard
fun DocumentOccurrenceArgs(createTime: Output<String>? = null, creatorComment: Output<String>? = null, creators: Output<List<String>>? = null, documentComment: Output<String>? = null, externalDocumentRefs: Output<List<String>>? = null, id: Output<String>? = null, licenseListVersion: Output<String>? = null, namespace: Output<String>? = null, title: Output<String>? = null)

Functions

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

Properties

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

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

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

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

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

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

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

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

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

Identify any external SPDX documents referenced within this SPDX document

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

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

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

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

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

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

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

Identify name of this document as designated by creator