Note Args
data class NoteArgs(val attestationAuthority: Output<AuthorityArgs>? = null, val baseImage: Output<BasisArgs>? = null, val build: Output<BuildArgs>? = null, val deployable: Output<DeployableArgs>? = null, val discovery: Output<DiscoveryArgs>? = null, val expirationTime: Output<String>? = null, val intoto: Output<InTotoArgs>? = null, val longDescription: Output<String>? = null, val noteId: Output<String>? = null, val package: Output<PackageArgs>? = null, val project: Output<String>? = null, val relatedNoteNames: Output<List<String>>? = null, val relatedUrl: Output<List<RelatedUrlArgs>>? = null, val sbom: Output<DocumentNoteArgs>? = null, val sbomReference: Output<SBOMReferenceNoteArgs>? = null, val shortDescription: Output<String>? = null, val spdxFile: Output<FileNoteArgs>? = null, val spdxPackage: Output<PackageInfoNoteArgs>? = null, val spdxRelationship: Output<RelationshipNoteArgs>? = null, val vulnerability: Output<VulnerabilityArgs>? = null, val vulnerabilityAssessment: Output<VulnerabilityAssessmentNoteArgs>? = null) : ConvertibleToJava<NoteArgs>
Creates a new note. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun NoteArgs(attestationAuthority: Output<AuthorityArgs>? = null, baseImage: Output<BasisArgs>? = null, build: Output<BuildArgs>? = null, deployable: Output<DeployableArgs>? = null, discovery: Output<DiscoveryArgs>? = null, expirationTime: Output<String>? = null, intoto: Output<InTotoArgs>? = null, longDescription: Output<String>? = null, noteId: Output<String>? = null, package: Output<PackageArgs>? = null, project: Output<String>? = null, relatedNoteNames: Output<List<String>>? = null, relatedUrl: Output<List<RelatedUrlArgs>>? = null, sbom: Output<DocumentNoteArgs>? = null, sbomReference: Output<SBOMReferenceNoteArgs>? = null, shortDescription: Output<String>? = null, spdxFile: Output<FileNoteArgs>? = null, spdxPackage: Output<PackageInfoNoteArgs>? = null, spdxRelationship: Output<RelationshipNoteArgs>? = null, vulnerability: Output<VulnerabilityArgs>? = null, vulnerabilityAssessment: Output<VulnerabilityAssessmentNoteArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard