Occurrence Args
data class OccurrenceArgs(val attestation: Output<AttestationArgs>? = null, val buildDetails: Output<BuildDetailsArgs>? = null, val compliance: Output<ComplianceOccurrenceArgs>? = null, val deployment: Output<DeploymentArgs>? = null, val derivedImage: Output<DerivedArgs>? = null, val discovered: Output<DiscoveredArgs>? = null, val dsseAttestation: Output<DSSEAttestationOccurrenceArgs>? = null, val envelope: Output<EnvelopeArgs>? = null, val installation: Output<InstallationArgs>? = null, val name: Output<String>? = null, val noteName: Output<String>? = null, val project: Output<String>? = null, val remediation: Output<String>? = null, val resource: Output<ResourceArgs>? = null, val resourceUrl: Output<String>? = null, val sbom: Output<DocumentOccurrenceArgs>? = null, val sbomReference: Output<SBOMReferenceOccurrenceArgs>? = null, val spdxFile: Output<FileOccurrenceArgs>? = null, val spdxPackage: Output<PackageInfoOccurrenceArgs>? = null, val spdxRelationship: Output<RelationshipOccurrenceArgs>? = null, val upgrade: Output<UpgradeOccurrenceArgs>? = null, val vulnerabilityDetails: Output<VulnerabilityDetailsArgs>? = null) : ConvertibleToJava<OccurrenceArgs>
Creates a new Occurrence
. Use this method to create Occurrences
for a resource.
Constructors
Link copied to clipboard
fun OccurrenceArgs(attestation: Output<AttestationArgs>? = null, buildDetails: Output<BuildDetailsArgs>? = null, compliance: Output<ComplianceOccurrenceArgs>? = null, deployment: Output<DeploymentArgs>? = null, derivedImage: Output<DerivedArgs>? = null, discovered: Output<DiscoveredArgs>? = null, dsseAttestation: Output<DSSEAttestationOccurrenceArgs>? = null, envelope: Output<EnvelopeArgs>? = null, installation: Output<InstallationArgs>? = null, name: Output<String>? = null, noteName: Output<String>? = null, project: Output<String>? = null, remediation: Output<String>? = null, resource: Output<ResourceArgs>? = null, resourceUrl: Output<String>? = null, sbom: Output<DocumentOccurrenceArgs>? = null, sbomReference: Output<SBOMReferenceOccurrenceArgs>? = null, spdxFile: Output<FileOccurrenceArgs>? = null, spdxPackage: Output<PackageInfoOccurrenceArgs>? = null, spdxRelationship: Output<RelationshipOccurrenceArgs>? = null, upgrade: Output<UpgradeOccurrenceArgs>? = null, vulnerabilityDetails: Output<VulnerabilityDetailsArgs>? = 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