Application Settings Default Branch Protection Defaults Args
data class ApplicationSettingsDefaultBranchProtectionDefaultsArgs(val allowForcePush: Output<Boolean>? = null, val allowedToMerges: Output<List<Int>>? = null, val allowedToPushes: Output<List<Int>>? = null, val developerCanInitialPush: Output<Boolean>? = null) : ConvertibleToJava<ApplicationSettingsDefaultBranchProtectionDefaultsArgs>
Constructors
Properties
Link copied to clipboard
An array of access levels allowed to merge. Supports Developer (30) or Maintainer (40).
Link copied to clipboard
An array of access levels allowed to push. Supports Developer (30) or Maintainer (40).
Link copied to clipboard
Allow force push for all users with push access.
Link copied to clipboard
Allow developers to initial push.