Package Group Restrictions
data class PackageGroupRestrictions(val externalUpstream: PackageGroupRestrictionType? = null, val internalUpstream: PackageGroupRestrictionType? = null, val publish: PackageGroupRestrictionType? = null)
Constructors
Link copied to clipboard
constructor(externalUpstream: PackageGroupRestrictionType? = null, internalUpstream: PackageGroupRestrictionType? = null, publish: PackageGroupRestrictionType? = null)
Properties
Link copied to clipboard
The external upstream restriction determines if new package versions can be ingested or retained from external connections.
Link copied to clipboard
The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.
Link copied to clipboard
The publish restriction determines if new package versions can be published.