Sbom Reference Intoto Payload Args
data class SbomReferenceIntotoPayloadArgs(val predicate: Output<SbomReferenceIntotoPredicateArgs>? = null, val predicateType: Output<String>? = null, val subject: Output<List<SubjectArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<SbomReferenceIntotoPayloadArgs>
The actual payload that contains the SBOM Reference data. The payload follows the intoto statement specification. See https://github.com/in-toto/attestation/blob/main/spec/v1.0/statement.md for more details.
Constructors
Link copied to clipboard
fun SbomReferenceIntotoPayloadArgs(predicate: Output<SbomReferenceIntotoPredicateArgs>? = null, predicateType: Output<String>? = null, subject: Output<List<SubjectArgs>>? = null, type: Output<String>? = null)