BranchProtectionArgs

constructor(allowForcePush: Output<Boolean>? = null, allowedToMerges: Output<List<BranchProtectionAllowedToMergeArgs>>? = null, allowedToPushes: Output<List<BranchProtectionAllowedToPushArgs>>? = null, allowedToUnprotects: Output<List<BranchProtectionAllowedToUnprotectArgs>>? = null, branch: Output<String>? = null, codeOwnerApprovalRequired: Output<Boolean>? = null, mergeAccessLevel: Output<String>? = null, project: Output<String>? = null, pushAccessLevel: Output<String>? = null, unprotectAccessLevel: Output<String>? = null)