Group Default Branch Protection Defaults Args
data class GroupDefaultBranchProtectionDefaultsArgs(val allowForcePush: Output<Boolean>? = null, val allowedToMerges: Output<List<String>>? = null, val allowedToPushes: Output<List<String>>? = null, val developerCanInitialPush: Output<Boolean>? = null) : ConvertibleToJava<GroupDefaultBranchProtectionDefaultsArgs>
Constructors
Properties
Link copied to clipboard
An array of access levels allowed to merge. Valid values are: developer
, maintainer
, no one
.
Link copied to clipboard
An array of access levels allowed to push. Valid values are: developer
, maintainer
, no one
.
Link copied to clipboard
Allow force push for all users with push access.
Link copied to clipboard
Allow developers to initial push.