Package Group Restriction Type Args
data class PackageGroupRestrictionTypeArgs(val repositories: Output<List<String>>? = null, val restrictionMode: Output<PackageGroupRestrictionTypeRestrictionMode>) : ConvertibleToJava<PackageGroupRestrictionTypeArgs>
Constructors
Link copied to clipboard
constructor(repositories: Output<List<String>>? = null, restrictionMode: Output<PackageGroupRestrictionTypeRestrictionMode>)
Properties
Link copied to clipboard
The repositories to add to the allowed repositories list. The allowed repositories list is used when the RestrictionMode
is set to ALLOW_SPECIFIC_REPOSITORIES
.
Link copied to clipboard
The package group origin restriction setting. When the value is INHERIT
, the value is set to the value of the first parent package group which does not have a value of INHERIT
.