Note Args
data class NoteArgs(val attestation: Output<AttestationNoteArgs>? = null, val build: Output<BuildNoteArgs>? = null, val compliance: Output<ComplianceNoteArgs>? = null, val deployment: Output<DeploymentNoteArgs>? = null, val discovery: Output<DiscoveryNoteArgs>? = null, val dsseAttestation: Output<DSSEAttestationNoteArgs>? = null, val expirationTime: Output<String>? = null, val image: Output<ImageNoteArgs>? = null, val longDescription: Output<String>? = null, val noteId: Output<String>? = null, val package: Output<PackageNoteArgs>? = null, val project: Output<String>? = null, val relatedNoteNames: Output<List<String>>? = null, val relatedUrl: Output<List<RelatedUrlArgs>>? = null, val sbomReference: Output<SBOMReferenceNoteArgs>? = null, val shortDescription: Output<String>? = null, val upgrade: Output<UpgradeNoteArgs>? = null, val vulnerability: Output<VulnerabilityNoteArgs>? = 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(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)
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