FileNoteArgs

data class FileNoteArgs(val checksum: Output<List<String>>? = null, val fileType: Output<FileNoteFileType>? = null, val title: Output<String>? = null) : ConvertibleToJava<FileNoteArgs>

FileNote represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/

Constructors

Link copied to clipboard
fun FileNoteArgs(checksum: Output<List<String>>? = null, fileType: Output<FileNoteFileType>? = null, title: Output<String>? = null)

Functions

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

Properties

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

Provide a unique identifier to match analysis information on each specific file in a package

Link copied to clipboard
val fileType: Output<FileNoteFileType>? = null

This field provides information about the type of file identified

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

Identify the full path and filename that corresponds to the file information in this section