NoteArgs

fun NoteArgs(attestation: Output<AttestationNoteArgs>? = null, build: Output<BuildNoteArgs>? = null, compliance: Output<ComplianceNoteArgs>? = null, deployment: Output<DeploymentNoteArgs>? = null, discovery: Output<DiscoveryNoteArgs>? = null, dsseAttestation: Output<DSSEAttestationNoteArgs>? = null, expirationTime: Output<String>? = null, image: Output<ImageNoteArgs>? = null, longDescription: Output<String>? = null, noteId: Output<String>? = null, package: Output<PackageNoteArgs>? = null, project: Output<String>? = null, relatedNoteNames: Output<List<String>>? = null, relatedUrl: Output<List<RelatedUrlArgs>>? = null, sbomReference: Output<SBOMReferenceNoteArgs>? = null, shortDescription: Output<String>? = null, upgrade: Output<UpgradeNoteArgs>? = null, vulnerability: Output<VulnerabilityNoteArgs>? = null, vulnerabilityAssessment: Output<VulnerabilityAssessmentNoteArgs>? = null)