Package Args
data class PackageArgs(val architecture: Output<PackageArchitecture>? = null, val cpeUri: Output<String>? = null, val description: Output<String>? = null, val digest: Output<List<DigestArgs>>? = null, val distribution: Output<List<DistributionArgs>>? = null, val license: Output<LicenseArgs>? = null, val maintainer: Output<String>? = null, val name: Output<String>, val packageType: Output<String>? = null, val url: Output<String>? = null, val version: Output<VersionArgs>? = null) : ConvertibleToJava<PackageArgs>
Package represents a particular package version.
Constructors
Link copied to clipboard
constructor(architecture: Output<PackageArchitecture>? = null, cpeUri: Output<String>? = null, description: Output<String>? = null, digest: Output<List<DigestArgs>>? = null, distribution: Output<List<DistributionArgs>>? = null, license: Output<LicenseArgs>? = null, maintainer: Output<String>? = null, name: Output<String>, packageType: Output<String>? = null, url: Output<String>? = null, version: Output<VersionArgs>? = null)
Properties
Link copied to clipboard
The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.
Link copied to clipboard
The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.
Link copied to clipboard
The description of this package.
Link copied to clipboard
Hash value, typically a file digest, that allows unique identification a specific package.
Link copied to clipboard
The various channels by which a package is distributed.
Link copied to clipboard
Licenses that have been declared by the authors of the package.
Link copied to clipboard
A freeform text denoting the maintainer of this package.
Link copied to clipboard
The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
Link copied to clipboard
The version of the package.