Relationship Occurrence Args
    data class RelationshipOccurrenceArgs(val comment: Output<String>? = null, val source: Output<String>? = null, val target: Output<String>? = null) : ConvertibleToJava<RelationshipOccurrenceArgs> 
RelationshipOccurrence represents an SPDX Relationship section: https://spdx.github.io/spdx-spec/7-relationships-between-SPDX-elements/
Constructors
Link copied to clipboard
                fun RelationshipOccurrenceArgs(comment: Output<String>? = null, source: Output<String>? = null, target: Output<String>? = null)
Functions
Properties
Link copied to clipboard
                Also referred to as SPDXRef-B The target SPDC element (file, package, etc) In cases where there are "known unknowns", the use of the keyword NOASSERTION can be used The keywords NONE can be used to indicate that an SPDX element (package/file/snippet) has no other elements connected by some relationship to it