File Occurrence Args
data class FileOccurrenceArgs(val attributions: Output<List<String>>? = null, val comment: Output<String>? = null, val contributors: Output<List<String>>? = null, val copyright: Output<String>? = null, val filesLicenseInfo: Output<List<String>>? = null, val id: Output<String>? = null, val licenseConcluded: Output<LicenseArgs>? = null, val notice: Output<String>? = null) : ConvertibleToJava<FileOccurrenceArgs>
FileOccurrence represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/
Constructors
Link copied to clipboard
constructor(attributions: Output<List<String>>? = null, comment: Output<String>? = null, contributors: Output<List<String>>? = null, copyright: Output<String>? = null, filesLicenseInfo: Output<List<String>>? = null, id: Output<String>? = null, licenseConcluded: Output<LicenseArgs>? = null, notice: Output<String>? = null)
Properties
Link copied to clipboard
This field provides a place for the SPDX data creator to record, at the file level, acknowledgements that may be needed to be communicated in some contexts
Link copied to clipboard
This field provides a place for the SPDX file creator to record file contributors
Link copied to clipboard
This field contains the license information actually found in the file, if any
Link copied to clipboard
This field contains the license the SPDX file creator has concluded as governing the file or alternative values if the governing license cannot be determined